IDeploymentOperationsFluent Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET