IGalleries Schnittstelle

Definition

Einstiegspunkt für die Katalogverwaltungs-API in Azure.

public interface IGalleries : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.Gallery.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IGalleriesOperations>
type IGalleries = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchDeletion
    interface ISupportsGettingByResourceGroup<IGallery>
    interface ISupportsListingByResourceGroup<IGallery>
    interface ISupportsListing<IGallery>
    interface IHasInner<IGalleriesOperations>
Public Interface IGalleries
Implements IHasInner(Of IGalleriesOperations), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingByResourceGroup, ISupportsGettingByResourceGroup(Of IGallery), ISupportsListing(Of IGallery), ISupportsListingByResourceGroup(Of IGallery)
Implementiert

Eigenschaften

Inner

Einstiegspunkt für die Katalogverwaltungs-API in Azure.

(Geerbt von IHasInner<T>)

Methoden

Define(String)

Einstiegspunkt für die Katalogverwaltungs-API in Azure.

(Geerbt von ISupportsCreating<T>)
DeleteByIds(IList<String>)

Löscht die angegebenen Ressourcen aus Azure.

(Geerbt von ISupportsBatchDeletion)
DeleteByIds(String[])

Löscht die angegebenen Ressourcen aus Azure.

(Geerbt von ISupportsBatchDeletion)
DeleteByIdsAsync(IList<String>, CancellationToken)

Löscht die angegebenen Ressourcen asynchron und parallel aus Azure.

(Geerbt von ISupportsBatchDeletion)
DeleteByIdsAsync(String[], CancellationToken)

Löscht die angegebenen Ressourcen asynchron und parallel aus Azure.

(Geerbt von ISupportsBatchDeletion)
DeleteByResourceGroup(String, String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Namens und ihrer Ressourcengruppe.

(Geerbt von ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Namens und ihrer Ressourcengruppe.

(Geerbt von ISupportsDeletingByResourceGroup)
GetByResourceGroup(String, String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen und dem Namen ihrer Ressourcengruppe ab.

(Geerbt von ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen und dem Namen ihrer Ressourcengruppe ab.

(Geerbt von ISupportsGettingByResourceGroup<T>)
List()

Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListByResourceGroup(String)

Listet Ressourcen des angegebenen Typs in der angegebenen Ressourcengruppe auf.

(Geerbt von ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Listet Ressourcen des angegebenen Typs in der angegebenen Ressourcengruppe auf.

(Geerbt von ISupportsListingByResourceGroup<T>)

Gilt für: