Partager via


IDefinition Interface

Définition

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

public interface IDefinition : Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IBlank, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithRegistrantContact, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithRegistrantContact>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>
type IDefinition = interface
    interface IBlank
    interface IWithExistingResourceGroup<IWithRegistrantContact>
    interface IWithAdminContact
    interface IWithBillingContact
    interface IWithRegistrantContact
    interface IWithTechContact
    interface IWithCreate
    interface IWithDomainPrivacy
    interface IWithAutoRenew
    interface ICreatable<IAppServiceDomain>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBlank, ICreatable(Of IAppServiceDomain), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithExistingResourceGroup(Of IWithRegistrantContact), IWithRegistrantContact
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>)
DefineRegistrantContact()

Démarre la définition d’un nouveau contact de domaine.

(Hérité de IWithRegistrantContact)
WithAdminContact(Contact)

Spécifiez le contact administrateur.

(Hérité de IWithAdminContact)
WithAutoRenewEnabled(Boolean)

Spécifie si le domaine doit être renouvelé automatiquement lorsqu’il est sur le point d’expirer.

(Hérité de IWithAutoRenew)
WithBillingContact(Contact)

Spécifiez le contact de facturation.

(Hérité de IWithBillingContact)
WithDomainPrivacyEnabled(Boolean)

Spécifie si les informations de contact de l’inscrit sont exposées publiquement. Si la confidentialité du domaine est activée, les informations de contact ne sont PAS disponibles publiquement.

(Hérité de IWithDomainPrivacy)
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>)
WithRegistrantContact(Contact)

Spécifiez le contact inscrit. Par défaut, il s’agit également du contact pour l’administrateur, la facturation et la technologie.

(Hérité de IWithRegistrantContact)
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>)
WithTechContact(Contact)

Spécifiez le contact technique.

(Hérité de IWithTechContact)

S’applique à