次の方法で共有


IDefinition インターフェイス

定義

すべてのデプロイ定義のコンテナー インターフェイス。

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IBlank, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithMode, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithParameters, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate
type IDefinition = interface
    interface IBlank
    interface IWithGroup
    interface IWithExistingResourceGroup<IWithTemplate>
    interface IWithTemplate
    interface IWithParameters
    interface IWithMode
    interface IWithCreate
    interface ICreatable<IDeployment>
    interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of IDeployment), IWithCreate, IWithExistingResourceGroup(Of IWithTemplate), IWithMode, IWithParameters, IWithTemplate
実装

プロパティ

Key

すべてのデプロイ定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

BeginCreate()

すべてのデプロイ定義のコンテナー インターフェイス。

(継承元 IWithCreate)
BeginCreateAsync(CancellationToken)

すべてのデプロイ定義のコンテナー インターフェイス。

(継承元 IWithCreate)
Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
WithExistingResourceGroup(IResourceGroup)

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

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

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

(継承元 IWithExistingResourceGroup<T>)
WithMode(DeploymentMode)

展開モードを指定します。

(継承元 IWithMode)
WithNewResourceGroup(ICreatable<IResourceGroup>)

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

(継承元 IWithGroup)
WithNewResourceGroup(String, Region)

デプロイを配置する新しいリソース グループを作成します。

(継承元 IWithGroup)
WithParameters(Object)

パラメーターをオブジェクトとして指定します。

(継承元 IWithParameters)
WithParameters(String)

パラメーターを JSON 文字列として指定します。

(継承元 IWithParameters)
WithParametersLink(String, String)

パラメーターを URL として指定します。

(継承元 IWithParameters)
WithTemplate(Object)

テンプレートをオブジェクトとして指定します。

(継承元 IWithTemplate)
WithTemplate(String)

テンプレートを JSON 文字列として指定します。

(継承元 IWithTemplate)
WithTemplateLink(String, String)

テンプレートを URL として指定します。

(継承元 IWithTemplate)

適用対象