AppServicePrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

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

Properties

GroupId

GroupId of a private link resource.

RequiredMembers

RequiredMembers of a private link resource.

RequiredZoneNames

RequiredZoneNames of a private link resource.

Explicit Interface Implementations

IJsonModel<AppServicePrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServicePrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServicePrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServicePrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServicePrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to