Condividi tramite


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

NotificationHubsPrivateLinkResourceProperties()

Initializes a new instance of NotificationHubsPrivateLinkResourceProperties.

Properties

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.

Explicit Interface Implementations

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