Partilhar via


NetworkFeatureCollection.ExistsAsync(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkFeatures/{view}
  • Operação IdWebApps_ListNetworkFeaturesSlot
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string view, 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 (view As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

view
String

O tipo de exibição. Somente há suporte para "resumo" no momento.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

view é nulo.

Aplica-se a