Share via


PrivateLinkScopeValidationDetails Class

Definition

The PrivateLinkScopeValidationDetails.

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

Properties

ConnectionDetails

List of Private Endpoint Connection details.

Id

Azure resource Id.

PublicNetworkAccess

Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.

Explicit Interface Implementations

IJsonModel<PrivateLinkScopeValidationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateLinkScopeValidationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateLinkScopeValidationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateLinkScopeValidationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateLinkScopeValidationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to