Partilhar via


HciSkuCollection Classe

Definição

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

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

Construtores

HciSkuCollection()

Inicializa uma nova instância da HciSkuCollection 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

Exists(String, String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}/skus/{skuName}
  • Operação IdSkus_Get
ExistsAsync(String, String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}/skus/{skuName}
  • Operação IdSkus_Get
Get(String, String, CancellationToken)

Obtenha detalhes do recurso de SKU em uma oferta de Cluster HCI.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}/skus/{skuName}
  • Operação IdSkus_Get
GetAll(String, CancellationToken)

Listar Skus disponíveis para uma oferta no Cluster HCI.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}/skus
  • Operação IdSkus_ListByOffer
GetAllAsync(String, CancellationToken)

Listar Skus disponíveis para uma oferta no Cluster HCI.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}/skus
  • Operação IdSkus_ListByOffer
GetAsync(String, String, CancellationToken)

Obtenha detalhes do recurso de SKU em uma oferta de Cluster HCI.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}/skus/{skuName}
  • Operação IdSkus_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<HciSkuResource>.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<HciSkuResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a