PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mettez à jour l’état de la connexion de point de terminaison privé spécifiée associée au registre de conteneurs.
public static Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection BeginCreateOrUpdate (this Microsoft.Azure.Management.ContainerRegistry.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string registryName, string privateEndpointConnectionName, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ContainerRegistry.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, registryName As String, privateEndpointConnectionName As String, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing) As PrivateEndpointConnection
Paramètres
- operations
- IPrivateEndpointConnectionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient le registre de conteneurs.
- registryName
- String
Nom du registre de conteneurs.
- privateEndpointConnectionName
- String
Nom de la connexion de point de terminaison privé.
- privateEndpoint
- PrivateEndpoint
Ressource du point de terminaison privé.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
Collection d’informations sur l’état de la connexion entre le consommateur de services et le fournisseur.
Retours
S’applique à
Azure SDK for .NET