Compartilhar via


DevCenterGalleryCollection Classe

Definição

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

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

Construtores

DevCenterGalleryCollection()

Inicializa uma nova instância da DevCenterGalleryCollection classe para simulação.

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 para esse cliente de recurso.

(Herdado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, DevCenterGalleryData, CancellationToken)

Cria ou atualiza uma galeria.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}
  • IdGalleries_CreateOrUpdate de operação
CreateOrUpdateAsync(WaitUntil, String, DevCenterGalleryData, CancellationToken)

Cria ou atualiza uma galeria.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}
  • IdGalleries_CreateOrUpdate de operação
Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}
  • IdGalleries_Get de operação
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}
  • IdGalleries_Get de operação
Get(String, CancellationToken)

Obtém uma galeria

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}
  • IdGalleries_Get de operação
GetAll(Nullable<Int32>, CancellationToken)

Lista galerias para um devcenter.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries
  • IdGalleries_ListByDevCenter de operação
GetAllAsync(Nullable<Int32>, CancellationToken)

Lista galerias para um devcenter.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries
  • IdGalleries_ListByDevCenter de operação
GetAsync(String, CancellationToken)

Obtém uma galeria

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}
  • IdGalleries_Get de operação
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)

Implantações explícitas de interface

IAsyncEnumerable<DevCenterGalleryResource>.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<DevCenterGalleryResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a