IWithGroup 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.
Définition de déploiement permettant de spécifier un groupe de ressources.
public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate>
type IWithGroup = interface
interface IWithExistingResourceGroup<IWithTemplate>
Public Interface IWithGroup
Implements IWithExistingResourceGroup(Of IWithTemplate)
- 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. |
WithNewResourceGroup(String, Region) |
Crée un groupe de ressources dans lequel placer le déploiement. |
S’applique à
Azure SDK for .NET