Partilhar via


DevTestLabSecretCollection Classe

Definição

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

public class DevTestLabSecretCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DevTestLabs.DevTestLabSecretResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.DevTestLabSecretResource>
type DevTestLabSecretCollection = class
    inherit ArmCollection
    interface seq<DevTestLabSecretResource>
    interface IEnumerable
    interface IAsyncEnumerable<DevTestLabSecretResource>
Public Class DevTestLabSecretCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DevTestLabSecretResource), IEnumerable(Of DevTestLabSecretResource)
Herança
DevTestLabSecretCollection
Implementações

Construtores

DevTestLabSecretCollection()

Inicializa uma nova instância da DevTestLabSecretCollection 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, DevTestLabSecretData, CancellationToken)

Crie ou substitua um segredo existente. Essa operação pode demorar um pouco para ser concluída.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}
  • Operação IdSecrets_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DevTestLabSecretData, CancellationToken)

Crie ou substitua um segredo existente. Essa operação pode demorar um pouco para ser concluída.

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

Verifica se o recurso existe no azure.

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

Verifica se o recurso existe no azure.

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

Obter segredo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}
  • Operação IdSecrets_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Listar segredos em um determinado perfil de usuário.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets
  • Operação IdSecrets_List
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Listar segredos em um determinado perfil de usuário.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets
  • Operação IdSecrets_List
GetAsync(String, String, CancellationToken)

Obter segredo.

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

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

(Herdado de ArmCollection)

Implantações explícitas de interface

IAsyncEnumerable<DevTestLabSecretResource>.GetAsyncEnumerator(CancellationToken)

Retorna um enumerador que itera de maneira assíncrona por meio da coleção.

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IEnumerable<DevTestLabSecretResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a