次の方法で共有


IWithCreate インターフェイス

定義

(WithCreate.create()を使用して) 作成するリソースに必要なすべての最小入力を含む定義のステージ。また、その他のオプション設定を指定することもできます。

public interface IWithCreate : Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithETagCheck, Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithZoneType, 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 IWithCreate = interface
    interface ICreatable<IDnsZone>
    interface IIndexable
    interface IWithRecordSet
    interface IWithETagCheck
    interface IWithZoneType
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of IDnsZone), IDefinitionWithTags(Of IWithCreate), IWithETagCheck, IWithRecordSet, IWithZoneType
派生
実装

プロパティ

Key

(WithCreate.create()を使用して) 作成するリソースに必要なすべての最小入力を含む定義のステージ。また、その他のオプション設定を指定することもできます。

(継承元 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()

既存の DNS ゾーンを更新しないように、If-None-Match ヘッダーを に設定する必要があることを指定します。

(継承元 IWithETagCheck)
WithPrivateAccess()

このゾーンの種類を [プライベート] に設定します。

(継承元 IWithZoneType)
WithPrivateAccess(IList<String>, IList<String>)

このゾーンの種類を [プライベート] に設定します。

(継承元 IWithZoneType)
WithPublicAccess()

このゾーンの種類を [パブリック] に設定します (既定の動作)。

(継承元 IWithZoneType)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)

適用対象