IWithGroup インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リソース グループを指定できるコンテナー サービス定義のステージ。
public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>
type IWithGroup = interface
interface IWithGroup<IWithOrchestrator>
interface IWithExistingResourceGroup<IWithOrchestrator>
interface IWithNewResourceGroup<IWithOrchestrator>
interface IWithCreatableResourceGroup<IWithOrchestrator>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithOrchestrator), IWithExistingResourceGroup(Of IWithOrchestrator), IWithGroup(Of IWithOrchestrator), IWithNewResourceGroup(Of IWithOrchestrator)
- 派生
- 実装
メソッド
WithExistingResourceGroup(IResourceGroup) |
リソースを既存のリソース グループに関連付けます。 (継承元 IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
リソースを既存のリソース グループに関連付けます。 (継承元 IWithExistingResourceGroup<T>) |
WithNewResourceGroup() |
リソース グループを指定できるコンテナー サービス定義のステージ。 (継承元 IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
指定された定義に基づいて、リソースを配置する新しいリソース グループを作成します。 (継承元 IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
リソース グループを指定できるコンテナー サービス定義のステージ。 (継承元 IWithNewResourceGroup<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET