Compartilhar via


DevTestLabServiceRunnerCollection Classe

Definição

Uma classe que representa uma coleção de DevTestLabServiceRunnerResource e suas operações. Cada DevTestLabServiceRunnerResource um na coleção pertencerá à mesma instância de DevTestLabResource. Para obter uma DevTestLabServiceRunnerCollection instância, chame o método GetDevTestLabServiceRunners de uma instância do DevTestLabResource.

public class DevTestLabServiceRunnerCollection : Azure.ResourceManager.ArmCollection
type DevTestLabServiceRunnerCollection = class
    inherit ArmCollection
Public Class DevTestLabServiceRunnerCollection
Inherits ArmCollection
Herança
DevTestLabServiceRunnerCollection

Construtores

DevTestLabServiceRunnerCollection()

Inicializa uma nova instância da DevTestLabServiceRunnerCollection classe para zombar.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o uri base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline desse cliente de recurso.

(Herdado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, DevTestLabServiceRunnerData, CancellationToken)

Criar ou substituir um executor de serviço existente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • Operação IdServiceRunners_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DevTestLabServiceRunnerData, CancellationToken)

Criar ou substituir um executor de serviço existente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • Operação IdServiceRunners_CreateOrUpdate
Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • Operação IdServiceRunners_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • Operação IdServiceRunners_Get
Get(String, CancellationToken)

Obtenha o executor de serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • Operação IdServiceRunners_Get
GetAsync(String, CancellationToken)

Obtenha o executor de serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • Operação IdServiceRunners_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções atuais do cliente.

(Herdado de ArmCollection)

Aplica-se a