Partilhar via


IAvailabilitySets Interface

Definição

Ponto de entrada para a API de gerenciamento do conjunto de disponibilidade.

public interface IAvailabilitySets : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySetsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>
type IAvailabilitySets = interface
    interface ISupportsListingByResourceGroup<IAvailabilitySet>
    interface ISupportsGettingByResourceGroup<IAvailabilitySet>
    interface ISupportsGettingById<IAvailabilitySet>
    interface ISupportsListing<IAvailabilitySet>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchCreation<IAvailabilitySet>
    interface IHasManager<IComputeManager>
    interface IHasInner<IAvailabilitySetsOperations>
Public Interface IAvailabilitySets
Implements IHasInner(Of IAvailabilitySetsOperations), IHasManager(Of IComputeManager), ISupportsBatchCreation(Of IAvailabilitySet), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IAvailabilitySet), ISupportsGettingByResourceGroup(Of IAvailabilitySet), ISupportsListing(Of IAvailabilitySet), ISupportsListingByResourceGroup(Of IAvailabilitySet)
Implementações

Propriedades

Inner

Ponto de entrada para a API de gerenciamento do conjunto de disponibilidade.

(Herdado de IHasInner<T>)
Manager

Obtém o tipo de cliente gerenciador desse tipo de recurso.

(Herdado de IHasManager<ManagerT>)

Métodos

Create(ICreatable<IFluentResourceT>[])

Cria um conjunto (lote) de recursos.

(Herdado de ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Cria um conjunto (lote) de recursos.

(Herdado de ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Cria um conjunto (lote) de recursos.

(Herdado de ISupportsBatchCreation<IFluentResourceT>)
Define(String)

Ponto de entrada para a API de gerenciamento do conjunto de disponibilidade.

(Herdado de ISupportsCreating<T>)
DeleteById(String)

Exclui um recurso do Azure, identificando-o por sua ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Exclui um recurso do Azure, identificando-o por sua ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Exclui um recurso do Azure, identificando-o pelo nome e pelo grupo de recursos.

(Herdado de ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Exclui um recurso do Azure, identificando-o pelo nome e pelo grupo de recursos.

(Herdado de ISupportsDeletingByResourceGroup)
GetById(String)

Obtém as informações sobre um recurso do Azure com base na ID do recurso.

(Herdado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtém as informações sobre um recurso do Azure com base na ID do recurso.

(Herdado de ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Obtém as informações sobre um recurso do Azure com base no nome do recurso e no nome de seu grupo de recursos.

(Herdado de ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Obtém as informações sobre um recurso do Azure com base no nome do recurso e no nome de seu grupo de recursos.

(Herdado de ISupportsGettingByResourceGroup<T>)
List()

Lista todos os recursos do tipo especificado na assinatura selecionada no momento.

(Herdado de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lista todos os recursos do tipo especificado na assinatura selecionada no momento.

(Herdado de ISupportsListing<T>)
ListByResourceGroup(String)

Lista recursos do tipo especificado no grupo de recursos especificado.

(Herdado de ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Lista recursos do tipo especificado no grupo de recursos especificado.

(Herdado de ISupportsListingByResourceGroup<T>)

Aplica-se a