你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDefinition 接口

定义

整个 DNS 区域定义。

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)
实现

属性

Key

整个 DNS 区域定义。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
DefineAaaaRecordSet(String)

指定 AAAA 记录集的定义。

(继承自 IWithRecordSet)
DefineARecordSet(String)

指定 A 记录集的定义。

(继承自 IWithRecordSet)
DefineCaaRecordSet(String)

指定 Caa 记录集的定义。

(继承自 IWithRecordSet)
DefineCNameRecordSet(String)

指定 CNAME 记录集的定义。

(继承自 IWithRecordSet)
DefineMXRecordSet(String)

指定 MX 记录集的定义。

(继承自 IWithRecordSet)
DefineNSRecordSet(String)

指定 NS 记录集的定义。

(继承自 IWithRecordSet)
DefinePtrRecordSet(String)

指定 PTR 记录集的定义。

(继承自 IWithRecordSet)
DefineSrvRecordSet(String)

指定 SRV 记录集的定义。

(继承自 IWithRecordSet)
DefineTxtRecordSet(String)

指定 TXT 记录集的定义。

(继承自 IWithRecordSet)
WithCNameRecordSet(String, String)

指定 CNAME 记录集的定义。

(继承自 IWithRecordSet)
WithETagCheck()

指定 If-None-Match 标头需要设置为 以防止更新现有 DNS 区域。

(继承自 IWithETagCheck)
WithExistingResourceGroup(IResourceGroup)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

将资源与现有资源组相关联。

(继承自 IWithExistingResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

根据指定的定义创建一个新的资源组来放置资源。

(继承自 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(Region)

创建要放入资源的新资源组。 将在与资源相同的位置创建组。 组的名称自动派生自资源的名称。

(继承自 IWithNewResourceGroupWithRegion<T>)
WithNewResourceGroup(String, Region)

创建要放入资源的新资源组。 将在与资源相同的位置创建组。

(继承自 IWithNewResourceGroupWithRegion<T>)
WithPrivateAccess()

将此区域的类型设置为“专用”。

(继承自 IWithZoneType)
WithPrivateAccess(IList<String>, IList<String>)

将此区域的类型设置为“专用”。

(继承自 IWithZoneType)
WithPublicAccess()

将此区域的类型设置为“公共” (默认行为) 。

(继承自 IWithZoneType)
WithTag(String, String)

将标记添加到资源。

(继承自 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IDefinitionWithTags<T>)

适用于