Partager via


IWithGroup Interface

Définition

Définition de ressource générique permettant de spécifier un groupe de ressources.

public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>
type IWithGroup = interface
    interface IWithGroup<IWithResourceType>
    interface IWithExistingResourceGroup<IWithResourceType>
    interface IWithNewResourceGroup<IWithResourceType>
    interface IWithCreatableResourceGroup<IWithResourceType>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithResourceType), IWithExistingResourceGroup(Of IWithResourceType), IWithGroup(Of IWithResourceType), IWithNewResourceGroup(Of IWithResourceType)
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()

Définition de ressource générique permettant de spécifier un groupe de ressources.

(Hérité de IWithNewResourceGroup<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 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Définition de ressource générique permettant de spécifier un groupe de ressources.

(Hérité de IWithNewResourceGroup<T>)

S’applique à