Share via


NotificationHubsPrivateLinkResourceProperties Class

Definition

Represents properties of Private Link Resource.

public class NotificationHubsPrivateLinkResourceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubsPrivateLinkResourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubsPrivateLinkResourceProperties>
type NotificationHubsPrivateLinkResourceProperties = class
    interface IJsonModel<NotificationHubsPrivateLinkResourceProperties>
    interface IPersistableModel<NotificationHubsPrivateLinkResourceProperties>
Public Class NotificationHubsPrivateLinkResourceProperties
Implements IJsonModel(Of NotificationHubsPrivateLinkResourceProperties), IPersistableModel(Of NotificationHubsPrivateLinkResourceProperties)
Inheritance
NotificationHubsPrivateLinkResourceProperties
Implements

Constructors

Name Description
NotificationHubsPrivateLinkResourceProperties()

Initializes a new instance of NotificationHubsPrivateLinkResourceProperties.

Properties

Name Description
GroupId

A Group Id for Private Link. For Notification Hubs, it is always set to "namespace".

RequiredMembers

Required members. For Notification Hubs, it's always a collection with a single "namespace" item.

RequiredZoneNames

Required DNS zone names. For Notification Hubs, it contains two CNames for Service Bus and Notification Hubs zones.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NotificationHubsPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NotificationHubsPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubsPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubsPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NotificationHubsPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to