Compartilhar via


NetworkFunctionDefinitionVersionCollection.ExistsAsync Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/networkFunctionDefinitionGroups/{networkFunctionDefinitionGroupName}/networkFunctionDefinitionVersions/{networkFunctionDefinitionVersionName}
  • Operação IdNetworkFunctionDefinitionVersions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string networkFunctionDefinitionVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (networkFunctionDefinitionVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

networkFunctionDefinitionVersionName
String

O nome da versão de definição da função de rede. O nome deve estar em conformidade com a especificação SemVer 2.0.0: https://semver.org/spec/v2.0.0.html.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

networkFunctionDefinitionVersionName é nulo.

Aplica-se a