Partager via


IBlank Interface

Définition

Première étape de la définition du déploiement.

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate>, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithGroup
type IBlank = interface
    interface IWithGroup
    interface IWithExistingResourceGroup<IWithTemplate>
Public Interface IBlank
Implements IWithExistingResourceGroup(Of IWithTemplate), IWithGroup
Dérivé
Implémente

Méthodes

WithExistingResourceGroup(IResourceGroup)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Crée un groupe de ressources dans lequel placer la ressource, en fonction de la définition spécifiée.

(Hérité de IWithGroup)
WithNewResourceGroup(String, Region)

Crée un groupe de ressources dans lequel placer le déploiement.

(Hérité de IWithGroup)

S’applique à