Partager via


IDeployments Interface

Définition

Point d’entrée au déploiement de modèle dans 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)
Implémente

Propriétés

Inner

Point d’entrée au déploiement de modèle dans Azure.

(Hérité de IHasInner<T>)
Manager

Obtient le type de client manager de ce type de ressource.

(Hérité de IHasManager<ManagerT>)

Méthodes

CheckExistence(String, String)

Vérifie si un déploiement existe dans un groupe de ressources.

Define(String)

Point d’entrée au déploiement de modèle dans Azure.

(Hérité de ISupportsCreating<T>)
DeleteById(String)

Supprime une ressource d’Azure, l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Supprime une ressource d’Azure, l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Supprime une ressource d’Azure, l’identifiant par son nom et son groupe de ressources.

(Hérité de ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Supprime une ressource d’Azure, l’identifiant par son nom et son groupe de ressources.

(Hérité de ISupportsDeletingByResourceGroup)
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>)
GetByName(String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
GetByResourceGroup(String, String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource et du nom de son groupe de ressources.

(Hérité de ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource et du nom de son groupe de ressources.

(Hérité de ISupportsGettingByResourceGroup<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>)
ListByResourceGroup(String)

Répertorie les ressources du type spécifié dans le groupe de ressources spécifié.

(Hérité de ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Répertorie les ressources du type spécifié dans le groupe de ressources spécifié.

(Hérité de ISupportsListingByResourceGroup<T>)

S’applique à