ArmComputeModelFactory.ComputePrivateEndpointConnectionData 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 ComputePrivateEndpointConnectionData.
public static Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionData ComputePrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.Compute.Models.ComputePrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.Compute.Models.ComputePrivateEndpointConnectionProvisioningState? provisioningState = default);
static member ComputePrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Compute.Models.ComputePrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.Compute.Models.ComputePrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionData
Public Shared Function ComputePrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As ComputePrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of ComputePrivateEndpointConnectionProvisioningState) = Nothing) As ComputePrivateEndpointConnectionData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- privateEndpointId
- ResourceIdentifier
O recurso do ponto de extremidade privado.
- connectionState
- ComputePrivateLinkServiceConnectionState
Uma coleção de informações sobre o estado da conexão entre DiskAccess e Rede Virtual.
- provisioningState
- Nullable<ComputePrivateEndpointConnectionProvisioningState>
O estado de provisionamento do recurso de conexão de ponto de extremidade privado.
Retornos
Uma nova ComputePrivateEndpointConnectionData instância para zombar.
Aplica-se a
Azure SDK for .NET