IWithGroupAndRegion<T> インターフェイス

定義

リソース グループを選択できるようにするリソース グループ定義。 新しいリソース グループを作成するには、リージョンを明示的に指定する必要があります。

public interface IWithGroupAndRegion<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroupWithRegion<T>
type IWithGroupAndRegion<'T> = interface
    interface IWithExistingResourceGroup<'T>
    interface IWithNewResourceGroupWithRegion<'T>
    interface IWithCreatableResourceGroup<'T>
Public Interface IWithGroupAndRegion(Of T)
Implements IWithCreatableResourceGroup(Of T), IWithExistingResourceGroup(Of T), IWithNewResourceGroupWithRegion(Of T)

型パラメーター

T

リソース定義の次のステージ

派生
実装

メソッド

WithExistingResourceGroup(IResourceGroup)

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

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

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

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

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

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

リソースを配置する新しいリソース グループを作成します。 グループは、リソースと同じ場所に作成されます。 グループの名前は、リソースの名前から自動的に派生します。

(継承元 IWithNewResourceGroupWithRegion<T>)
WithNewResourceGroup(String, Region)

リソースを配置する新しいリソース グループを作成します。 グループは、リソースと同じ場所に作成されます。

(継承元 IWithNewResourceGroupWithRegion<T>)

適用対象