Partager via


IDeploymentOperationsFluent Interface

Définition

Point d’entrée de l’API de gestion des opérations de déploiement.

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)
Implémente

Méthodes

GetById(String)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
List()

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)

S’applique à