IWithGroup インターフェイス

定義

リソース グループの設定を許可するアプリ サービス証明書の定義。

public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>
type IWithGroup = interface
    interface IWithGroup<IWithCertificate>
    interface IWithExistingResourceGroup<IWithCertificate>
    interface IWithNewResourceGroup<IWithCertificate>
    interface IWithCreatableResourceGroup<IWithCertificate>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithCertificate), IWithExistingResourceGroup(Of IWithCertificate), IWithGroup(Of IWithCertificate), IWithNewResourceGroup(Of IWithCertificate)
派生
実装

メソッド

WithExistingResourceGroup(IResourceGroup)

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

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

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

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

リソース グループの設定を許可するアプリ サービス証明書の定義。

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

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

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

リソース グループの設定を許可するアプリ サービス証明書の定義。

(継承元 IWithNewResourceGroup<T>)

適用対象