AutoApprovedPrivateLinkService Class

Definition

The information of an AutoApprovedPrivateLinkService.

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

Properties

PrivateLinkService

The id of the private link service resource.

Explicit Interface Implementations

IJsonModel<AutoApprovedPrivateLinkService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoApprovedPrivateLinkService>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoApprovedPrivateLinkService>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoApprovedPrivateLinkService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoApprovedPrivateLinkService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to