Freigeben über


IDeployments Schnittstelle

Definition

Einstiegspunkt für die Vorlagenbereitstellung in Azure.

public interface IDeployments : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.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.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager>
type IDeployments = interface
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IDeployment>
    interface ISupportsListingByResourceGroup<IDeployment>
    interface ISupportsGettingByName<IDeployment>
    interface ISupportsGettingByResourceGroup<IDeployment>
    interface ISupportsGettingById<IDeployment>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface IHasManager<IResourceManager>
    interface IHasInner<IDeploymentsOperations>
Public Interface IDeployments
Implements IHasInner(Of IDeploymentsOperations), IHasManager(Of IResourceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IDeployment), ISupportsGettingByName(Of IDeployment), ISupportsGettingByResourceGroup(Of IDeployment), ISupportsListing(Of IDeployment), ISupportsListingByResourceGroup(Of IDeployment)
Implementiert

Eigenschaften

Inner

Einstiegspunkt für die Vorlagenbereitstellung in Azure.

(Geerbt von IHasInner<T>)
Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)

Methoden

CheckExistence(String, String)

Überprüft, ob eine Bereitstellung in einer Ressourcengruppe vorhanden ist.

Define(String)

Einstiegspunkt für die Vorlagenbereitstellung in Azure.

(Geerbt von ISupportsCreating<T>)
DeleteById(String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
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)
GetById(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByName(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
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 aktuell ausgewählten Abonnement auf.

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

Listet alle Ressourcen des angegebenen Typs im aktuell 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: