次の方法で共有


IBlank インターフェイス

定義

デプロイ定義の最初のステージ。

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithTemplate>, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IWithGroup
type IBlank = interface
    interface IWithGroup
    interface IWithExistingResourceGroup<IWithTemplate>
Public Interface IBlank
Implements IWithExistingResourceGroup(Of IWithTemplate), IWithGroup
派生
実装

メソッド

WithExistingResourceGroup(IResourceGroup)

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

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

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

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

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

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

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

(継承元 IWithGroup)

適用対象