RecoveryServicesPrivateEndpointConnectionVaultProperties Class

Definition

Information to be stored in Vault properties as an element of privateEndpointConnections List.

public class RecoveryServicesPrivateEndpointConnectionVaultProperties : Azure.ResourceManager.Models.ResourceData
public class RecoveryServicesPrivateEndpointConnectionVaultProperties : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateEndpointConnectionVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateEndpointConnectionVaultProperties>
type RecoveryServicesPrivateEndpointConnectionVaultProperties = class
    inherit ResourceData
type RecoveryServicesPrivateEndpointConnectionVaultProperties = class
    inherit ResourceData
    interface IJsonModel<RecoveryServicesPrivateEndpointConnectionVaultProperties>
    interface IPersistableModel<RecoveryServicesPrivateEndpointConnectionVaultProperties>
Public Class RecoveryServicesPrivateEndpointConnectionVaultProperties
Inherits ResourceData
Public Class RecoveryServicesPrivateEndpointConnectionVaultProperties
Inherits ResourceData
Implements IJsonModel(Of RecoveryServicesPrivateEndpointConnectionVaultProperties), IPersistableModel(Of RecoveryServicesPrivateEndpointConnectionVaultProperties)
Inheritance
RecoveryServicesPrivateEndpointConnectionVaultProperties
Implements

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The location of the private Endpoint connection.

Name

The name of the resource.

(Inherited from ResourceData)
Properties

Private Endpoint Connection Response Properties.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<RecoveryServicesPrivateEndpointConnectionVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryServicesPrivateEndpointConnectionVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesPrivateEndpointConnectionVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesPrivateEndpointConnectionVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryServicesPrivateEndpointConnectionVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to