ShareablePrivateLinkResourceType Class

Definition

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

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

Constructors

ShareablePrivateLinkResourceType()

Initializes a new instance of ShareablePrivateLinkResourceType.

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<ShareablePrivateLinkResourceType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShareablePrivateLinkResourceType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareablePrivateLinkResourceType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareablePrivateLinkResourceType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShareablePrivateLinkResourceType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to