ShareablePrivateLinkType Class

Definition

Describes a resource type that has been onboarded to private link service.

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

Constructors

ShareablePrivateLinkType()

Initializes a new instance of ShareablePrivateLinkType.

Properties

Name

The name of the resource type that has been onboarded to private link service.

Properties

Describes the properties of a resource type that has been onboarded to private link service.

Explicit Interface Implementations

IJsonModel<ShareablePrivateLinkType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShareablePrivateLinkType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareablePrivateLinkType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareablePrivateLinkType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShareablePrivateLinkType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to