IDefinition Schnittstelle

Definition

Containerschnittstelle für alle Definitionen, die implementiert werden müssen.

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
Implementiert

Eigenschaften

Key

Containerschnittstelle für alle Definitionen, die implementiert werden müssen.

(Geerbt von IIndexable)
Name

Ruft den Namen der erstellbaren Ressource ab.

(Geerbt von ICreatable<T>)

Methoden

Create()

Führen Sie die Erstellungsanforderung aus.

(Geerbt von ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Fügt die Anforderung in die Warteschlange ein und ermöglicht es dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind.

(Geerbt von ICreatable<T>)
DefineRegistrantContact()

Startet die Definition eines neuen Domänenkontakts.

(Geerbt von IWithRegistrantContact)
WithAdminContact(Contact)

Geben Sie den Administratorkontakt an.

(Geerbt von IWithAdminContact)
WithAutoRenewEnabled(Boolean)

Gibt an, ob die Domäne automatisch verlängert werden soll, wenn sie bald abläuft.

(Geerbt von IWithAutoRenew)
WithBillingContact(Contact)

Geben Sie den Abrechnungskontakt an.

(Geerbt von IWithBillingContact)
WithDomainPrivacyEnabled(Boolean)

Gibt an, ob die Kontaktinformationen des Registranten öffentlich verfügbar gemacht werden. Wenn der Domänendatenschutz aktiviert ist, sind die Kontaktinformationen NICHT öffentlich verfügbar.

(Geerbt von IWithDomainPrivacy)
WithExistingResourceGroup(IResourceGroup)

Ordnet die Ressource einer vorhandenen Ressourcengruppe zu.

(Geerbt von IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Ordnet die Ressource einer vorhandenen Ressourcengruppe zu.

(Geerbt von IWithExistingResourceGroup<T>)
WithRegistrantContact(Contact)

Geben Sie den Registrantenkontakt an. Standardmäßig ist dies auch der Kontakt für Administrator, Abrechnung und Technik.

(Geerbt von IWithRegistrantContact)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IDefinitionWithTags<T>)
WithTechContact(Contact)

Geben Sie den Technischen Kontakt an.

(Geerbt von IWithTechContact)

Gilt für: