ArmRecoveryServicesModelFactory.RecoveryServicesPrivateEndpointConnection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de RecoveryServicesPrivateEndpointConnection.
public static Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateEndpointConnection RecoveryServicesPrivateEndpointConnection (Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServices.Models.VaultSubResourceType> groupIds = default);
static member RecoveryServicesPrivateEndpointConnection : Nullable<Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateEndpointConnectionProvisioningState> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateLinkServiceConnectionState * seq<Azure.ResourceManager.RecoveryServices.Models.VaultSubResourceType> -> Azure.ResourceManager.RecoveryServices.Models.RecoveryServicesPrivateEndpointConnection
Public Shared Function RecoveryServicesPrivateEndpointConnection (Optional provisioningState As Nullable(Of RecoveryServicesPrivateEndpointConnectionProvisioningState) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As RecoveryServicesPrivateLinkServiceConnectionState = Nothing, Optional groupIds As IEnumerable(Of VaultSubResourceType) = Nothing) As RecoveryServicesPrivateEndpointConnection
Parâmetros
- provisioningState
- Nullable<RecoveryServicesPrivateEndpointConnectionProvisioningState>
Obtém ou define o estado de provisionamento da conexão de ponto de extremidade privado.
- privateEndpointId
- ResourceIdentifier
O recurso de rede de ponto de extremidade privado que está vinculado à conexão de ponto de extremidade privado.
- privateLinkServiceConnectionState
- RecoveryServicesPrivateLinkServiceConnectionState
Obtém ou define o estado de conexão do serviço de link privado.
- groupIds
- IEnumerable<VaultSubResourceType>
IDs de grupo para o ponto de extremidade privado.
Retornos
Uma nova RecoveryServicesPrivateEndpointConnection instância para simulação.