ShareablePrivateLinkProperties Class

Definition

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

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

Constructors

ShareablePrivateLinkProperties()

Initializes a new instance of ShareablePrivateLinkProperties.

Properties

Description

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

GroupId

The resource provider group id for the resource that has been onboarded to private link service.

ShareablePrivateLinkPropertiesType

The resource provider type for the resource that has been onboarded to private link service.

Explicit Interface Implementations

IJsonModel<ShareablePrivateLinkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShareablePrivateLinkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareablePrivateLinkProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareablePrivateLinkProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShareablePrivateLinkProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to