Partager via


IDefintion Interface

Définition

Interface conteneur pour toutes les définitions qui doivent être implémentées.

public interface IDefintion : 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>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IGenericResource>, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IBlank, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithApiVersion, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithGroup, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithPlan, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithProviderNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType
type IDefintion = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithResourceType>
    interface IWithExistingResourceGroup<IWithResourceType>
    interface IWithNewResourceGroup<IWithResourceType>
    interface IWithCreatableResourceGroup<IWithResourceType>
    interface IWithResourceType
    interface IWithProviderNamespace
    interface IWithParentResource
    interface IWithPlan
    interface IWithApiVersion
    interface IWithCreate
    interface ICreatable<IGenericResource>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefintion
Implements IBlank, ICreatable(Of IGenericResource), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithApiVersion, IWithCreatableResourceGroup(Of IWithResourceType), IWithCreate, IWithExistingResourceGroup(Of IWithResourceType), IWithGroup, IWithGroup(Of IWithResourceType), IWithNewResourceGroup(Of IWithResourceType), IWithPlan, IWithProviderNamespace, IWithResourceType
Implémente

Propriétés

Key

Interface conteneur pour toutes les définitions qui doivent être implémentées.

(Hérité de IIndexable)
Name

Obtient le nom de la ressource pouvant être créé.

(Hérité de ICreatable<T>)

Méthodes

Create()

Exécutez la demande de création.

(Hérité de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles.

(Hérité de ICreatable<T>)
WithApiVersion(String)

Spécifie la version de l’API.

(Hérité de IWithApiVersion)
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()

Interface conteneur pour toutes les définitions qui doivent être implémentées.

(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)

Interface conteneur pour toutes les définitions qui doivent être implémentées.

(Hérité de IWithNewResourceGroup<T>)
WithoutPlan()

Spécifie le plan de la ressource.

(Hérité de IWithPlan)
WithParentResource(String)

Spécifie la ressource parente.

(Hérité de IWithParentResource)
WithPlan(String, String, String, String)

Spécifie le plan de la ressource. Le plan ne peut être défini que pour les ressources tierces.

(Hérité de IWithPlan)
WithProperties(Object)

Spécifie d’autres propriétés.

(Hérité de IWithCreate)
WithProviderNamespace(String)

Spécifie l’espace de noms du fournisseur de ressources.

(Hérité de IWithProviderNamespace)
WithRegion(Region)

Spécifie la région de la ressource.

(Hérité de IDefinitionWithRegion<T>)
WithRegion(String)

Spécifie la région de la ressource par nom.

(Hérité de IDefinitionWithRegion<T>)
WithResourceType(String)

Spécifie le type de la ressource.

(Hérité de IWithResourceType)
WithTag(String, String)

Ajoute une balise à la ressource.

(Hérité de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Spécifie des balises pour la ressource en tant que {@link Map}.

(Hérité de IDefinitionWithTags<T>)

S’applique à