ShareablePrivateLinkResourceProperties Class

Definition

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

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

Constructors

ShareablePrivateLinkResourceProperties()

Initializes a new instance of ShareablePrivateLinkResourceProperties.

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.

ShareablePrivateLinkResourcePropertiesType

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

Explicit Interface Implementations

IJsonModel<ShareablePrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShareablePrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareablePrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareablePrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShareablePrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to