Partilhar via


BlueprintExtensions.GetBlueprintAsync Método

Definição

Obter uma definição de blueprint.

  • Caminho da Solicitação/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Operação IdBlueprints_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintResource>> GetBlueprintAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string blueprintName, System.Threading.CancellationToken cancellationToken = default);
static member GetBlueprintAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintResource>>
<Extension()>
Public Function GetBlueprintAsync (client As ArmClient, scope As ResourceIdentifier, blueprintName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BlueprintResource))

Parâmetros

client
ArmClient

A ArmClient instância em que o método será executado.

scope
ResourceIdentifier

O escopo no qual o recurso será aplicado.

blueprintName
String

Nome da definição do blueprint.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

blueprintName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

blueprintName é nulo.

Aplica-se a