DevTestLabServiceFabricResource.GetDevTestLabServiceFabricSchedule 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 agendamento.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}
- IdServiceFabricSchedules_Get de operação
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource> GetDevTestLabServiceFabricSchedule (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabServiceFabricSchedule : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>
override this.GetDevTestLabServiceFabricSchedule : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>
Public Overridable Function GetDevTestLabServiceFabricSchedule (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabServiceFabricScheduleResource)
Parâmetros
- name
- String
O nome da agenda.
- expand
- String
Especifique a consulta $expand. Exemplo: 'properties($select=status)'.
- 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.