IDefinition Interface

Definition

The entirety of the DNS zone definition.

public interface IDefinition : Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IBlank, Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroupAndRegion<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroupWithRegion<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type IDefinition = interface
    interface IBlank
    interface IWithGroupAndRegion<IWithCreate>
    interface IWithExistingResourceGroup<IWithCreate>
    interface IWithNewResourceGroupWithRegion<IWithCreate>
    interface IWithCreatableResourceGroup<IWithCreate>
    interface IWithCreate
    interface ICreatable<IDnsZone>
    interface IIndexable
    interface IWithRecordSet
    interface IWithETagCheck
    interface IWithZoneType
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBlank, ICreatable(Of IDnsZone), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithCreate), IWithCreate, IWithExistingResourceGroup(Of IWithCreate), IWithGroupAndRegion(Of IWithCreate), IWithNewResourceGroupWithRegion(Of IWithCreate)
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineAaaaRecordSet(String)

Specifies definition of an AAAA record set.

(Inherited from IWithRecordSet)
DefineARecordSet(String)

Specifies definition of an A record set.

(Inherited from IWithRecordSet)
DefineCaaRecordSet(String)

Specifies definition of a Caa record set.

(Inherited from IWithRecordSet)
DefineCNameRecordSet(String)

Specifies definition of a CNAME record set.

(Inherited from IWithRecordSet)
DefineMXRecordSet(String)

Specifies definition of a MX record set.

(Inherited from IWithRecordSet)
DefineNSRecordSet(String)

Specifies definition of an NS record set.

(Inherited from IWithRecordSet)
DefinePtrRecordSet(String)

Specifies definition of a PTR record set.

(Inherited from IWithRecordSet)
DefineSrvRecordSet(String)

Specifies definition of a SRV record set.

(Inherited from IWithRecordSet)
DefineTxtRecordSet(String)

Specifies definition of a TXT record set.

(Inherited from IWithRecordSet)
WithCNameRecordSet(String, String)

Specifies definition of a CNAME record set.

(Inherited from IWithRecordSet)
WithETagCheck()

Specifies that If-None-Match header needs to set to to prevent updating an existing DNS zone.

(Inherited from IWithETagCheck)
WithExistingResourceGroup(IResourceGroup)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Creates a new resource group to put the resource in, based on the definition specified.

(Inherited from IWithCreatableResourceGroup<T>)
WithNewResourceGroup(Region)

Creates a new resource group to put the resource in. The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name.

(Inherited from IWithNewResourceGroupWithRegion<T>)
WithNewResourceGroup(String, Region)

Creates a new resource group to put the resource in. The group will be created in the same location as the resource.

(Inherited from IWithNewResourceGroupWithRegion<T>)
WithPrivateAccess()

Sets the type of this zone to Private.

(Inherited from IWithZoneType)
WithPrivateAccess(IList<String>, IList<String>)

Sets the type of this zone to Private.

(Inherited from IWithZoneType)
WithPublicAccess()

Sets the type of this zone to Public (default behavior).

(Inherited from IWithZoneType)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)

Applies to