Compartilhar via


ArtifactManifestCollection.GetIfExistsAsync(String, CancellationToken) Método

Definição

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifactManifests/{artifactManifestName}
  • Operação IdArtifactManifests_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ArtifactManifestResource>> GetIfExistsAsync (string artifactManifestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ArtifactManifestResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ArtifactManifestResource>>
Public Overridable Function GetIfExistsAsync (artifactManifestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ArtifactManifestResource))

Parâmetros

artifactManifestName
String

O nome do manifesto do artefato.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

artifactManifestName é nulo.

Aplica-se a