Freigeben über


IDeploymentOperationsFluent Schnittstelle

Definition

Einstiegspunkt zur API für die Verwaltung von Bereitstellungsvorgängen.

public interface IDeploymentOperationsFluent : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperation>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperation>
type IDeploymentOperationsFluent = interface
    interface ISupportsListing<IDeploymentOperation>
    interface ISupportsGettingById<IDeploymentOperation>
Public Interface IDeploymentOperationsFluent
Implements ISupportsGettingById(Of IDeploymentOperation), ISupportsListing(Of IDeploymentOperation)
Implementiert

Methoden

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>)
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>)

Gilt für: