BlueprintExtensions.GetBlueprintAsync 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.
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
- 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.