Partager via


PrivateEndpointConnection Constructeurs

Définition

Surcharges

PrivateEndpointConnection()

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, SystemData, PrivateEndpoint, String)

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

PrivateEndpointConnection()

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

public PrivateEndpointConnection ();
Public Sub New ()

S’applique à

PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, SystemData, PrivateEndpoint, String)

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

public PrivateEndpointConnection (Microsoft.Azure.Management.StorageSync.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, Microsoft.Azure.Management.StorageSync.Models.PrivateEndpoint privateEndpoint = default, string provisioningState = default);
new Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection : Microsoft.Azure.Management.StorageSync.Models.PrivateLinkServiceConnectionState * string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * Microsoft.Azure.Management.StorageSync.Models.PrivateEndpoint * string -> Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional provisioningState As String = Nothing)

Paramètres

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Collection d’informations sur l’état de la connexion entre le consommateur de services et le fournisseur.

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

systemData
SystemData

Métadonnées Azure Resource Manager contenant les informations createdBy et modifiedBy.

privateEndpoint
PrivateEndpoint

Ressource du point de terminaison privé.

provisioningState
String

État d’approvisionnement de la ressource de connexion de point de terminaison privé. Les valeurs possibles sont les suivantes : « Réussi », « Création », « Suppression », « Échec »

S’applique à