次の方法で共有


IDefintion インターフェイス

定義

実装する必要があるすべての定義のコンテナー インターフェイス。

public interface IDefintion : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IGenericResource>, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IBlank, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithApiVersion, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithGroup, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithPlan, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithProviderNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithResourceType
type IDefintion = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithResourceType>
    interface IWithExistingResourceGroup<IWithResourceType>
    interface IWithNewResourceGroup<IWithResourceType>
    interface IWithCreatableResourceGroup<IWithResourceType>
    interface IWithResourceType
    interface IWithProviderNamespace
    interface IWithParentResource
    interface IWithPlan
    interface IWithApiVersion
    interface IWithCreate
    interface ICreatable<IGenericResource>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefintion
Implements IBlank, ICreatable(Of IGenericResource), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithApiVersion, IWithCreatableResourceGroup(Of IWithResourceType), IWithCreate, IWithExistingResourceGroup(Of IWithResourceType), IWithGroup, IWithGroup(Of IWithResourceType), IWithNewResourceGroup(Of IWithResourceType), IWithPlan, IWithProviderNamespace, IWithResourceType
実装

プロパティ

Key

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithApiVersion(String)

API のバージョンを指定します。

(継承元 IWithApiVersion)
WithExistingResourceGroup(IResourceGroup)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithNewResourceGroup()

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

指定された定義に基づいて、リソースを配置する新しいリソース グループを作成します。

(継承元 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IWithNewResourceGroup<T>)
WithoutPlan()

リソースのプランを指定します。

(継承元 IWithPlan)
WithParentResource(String)

親リソースを指定します。

(継承元 IWithParentResource)
WithPlan(String, String, String, String)

リソースのプランを指定します。 プランは、サード パーティのリソースに対してのみ設定できます。

(継承元 IWithPlan)
WithProperties(Object)

その他のプロパティを指定します。

(継承元 IWithCreate)
WithProviderNamespace(String)

リソース プロバイダーの名前空間を指定します。

(継承元 IWithProviderNamespace)
WithRegion(Region)

リソースのリージョンを指定します。

(継承元 IDefinitionWithRegion<T>)
WithRegion(String)

リソースのリージョンを名前で指定します。

(継承元 IDefinitionWithRegion<T>)
WithResourceType(String)

リソースの種類を指定します。

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

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

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

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

(継承元 IDefinitionWithTags<T>)

適用対象