次の方法で共有


IWithNextContainerInstance インターフェイス

定義

コンテナー インスタンスを指定できるコンテナー グループ定義のステージ。

public interface IWithNextContainerInstance : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroup>
type IWithNextContainerInstance = interface
    interface IWithCreate
    interface IWithRestartPolicy
    interface IWithRestartPolicyBeta
    interface IBeta
    interface IWithSystemAssignedManagedServiceIdentity
    interface IWithSystemAssignedManagedServiceIdentityBeta
    interface IWithUserAssignedManagedServiceIdentity
    interface IWithUserAssignedManagedServiceIdentityBeta
    interface IWithDnsPrefix
    interface IWithNetworkProfile
    interface IWithNetworkProfileBeta
    interface IWithLogAnalytics
    interface IWithLogAnalyticsBeta
    interface ICreatable<IContainerGroup>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithNextContainerInstance
Implements IBeta, ICreatable(Of IContainerGroup), IDefinitionWithTags(Of IWithCreate), IWithCreate
派生
実装

プロパティ

Key

コンテナー インスタンスを指定できるコンテナー グループ定義のステージ。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
DefineContainerInstance(String)

コンテナー インスタンスの定義を開始します。

WithDnsPrefix(String)

コンテナー グループの FQDN の作成に使用する DNS プレフィックスを指定します。

(継承元 IWithDnsPrefix)
WithExistingUserAssignedManagedServiceIdentity(IIdentity)

コンテナー グループに関連付ける既存のユーザー割り当て ID を指定します。

(継承元 IWithUserAssignedManagedServiceIdentityBeta)
WithLogAnalytics(String, String)

コンテナー グループに使用するログ分析ワークスペースを指定します。

(継承元 IWithLogAnalyticsBeta)
WithLogAnalytics(String, String, LogAnalyticsLogType, IDictionary<String,String>)

コンテナー グループのオプションのアドオンを含む Log Analytics ワークスペースを指定します。

(継承元 IWithLogAnalyticsBeta)
WithNetworkProfileId(String, String, String)

コンテナー グループのネットワーク プロファイル情報を指定します。

(継承元 IWithNetworkProfileBeta)
WithNewUserAssignedManagedServiceIdentity(ICreatable<IIdentity>)

仮想マシンに関連付ける、まだ作成されていないユーザー割り当て ID の定義を指定します。

(継承元 IWithUserAssignedManagedServiceIdentityBeta)
WithRestartPolicy(ContainerGroupRestartPolicy)

コンテナー グループ内のすべてのコンテナー インスタンスの再起動ポリシーを指定します。

(継承元 IWithRestartPolicyBeta)
WithSystemAssignedManagedServiceIdentity()

コンテナー グループのシステム割り当てマネージド サービス ID を指定します。

(継承元 IWithSystemAssignedManagedServiceIdentityBeta)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)

適用対象