DevTestLabUserResource.GetDevTestLabServiceFabricAsync 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 service fabric.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}
- IdServiceFabrics_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>> GetDevTestLabServiceFabricAsync (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabServiceFabricAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>>
override this.GetDevTestLabServiceFabricAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>>
Public Overridable Function GetDevTestLabServiceFabricAsync (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabServiceFabricResource))
Parâmetros
- name
- String
O nome do service fabric.
- expand
- String
Especifique a consulta $expand. Exemplo: 'properties($expand=applicableSchedule)'.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
name
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
name
é nulo.