Partilhar via


ServiceLinkerExtensions.GetLinkerResourceAsync Método

Definição

Sobrecargas

GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Retorna o recurso Vinculador para um determinado nome.

  • Caminho da Solicitação/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • IdLinker_Get de operação
GetLinkerResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Retorna o recurso Vinculador para um determinado nome.

  • Caminho da Solicitação/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • IdLinker_Get de operação

GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Retorna o recurso Vinculador para um determinado nome.

  • Caminho da Solicitação/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • IdLinker_Get de operação
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>> GetLinkerResourceAsync (this Azure.ResourceManager.ArmResource armResource, string linkerName, System.Threading.CancellationToken cancellationToken = default);
static member GetLinkerResourceAsync : Azure.ResourceManager.ArmResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>>
<Extension()>
Public Function GetLinkerResourceAsync (armResource As ArmResource, linkerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LinkerResource))

Parâmetros

armResource
ArmResource

A ArmResource instância na qual o método será executado.

linkerName
String

O nome recurso vinculador.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

linkerName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

linkerName é nulo.

Aplica-se a

GetLinkerResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Retorna o recurso Vinculador para um determinado nome.

  • Caminho da Solicitação/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • IdLinker_Get de operação
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>> GetLinkerResourceAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string linkerName, System.Threading.CancellationToken cancellationToken = default);
static member GetLinkerResourceAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>>
<Extension()>
Public Function GetLinkerResourceAsync (client As ArmClient, scope As ResourceIdentifier, linkerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LinkerResource))

Parâmetros

client
ArmClient

A ArmClient instância na qual o método será executado.

scope
ResourceIdentifier

O escopo ao qual o recurso será aplicado.

linkerName
String

O nome recurso vinculador.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

linkerName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

linkerName é nulo.

Aplica-se a