BatchAccountResource.GetBatchPrivateLinkResource 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.
Obtém informações sobre o recurso de link privado especificado.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources/{privateLinkResourceName}
- IdPrivateLinkResource_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource> GetBatchPrivateLinkResource (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource>
override this.GetBatchPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource>
Public Overridable Function GetBatchPrivateLinkResource (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchPrivateLinkResource)
Parâmetros
- privateLinkResourceName
- String
O nome do recurso de link privado. Isso deve ser exclusivo dentro da conta.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
privateLinkResourceName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
privateLinkResourceName
é nulo.