次の方法で共有


IWithPrivateImageRegistryOrVolume インターフェイス

定義

プライベート イメージ レジストリまたはボリュームを指定できるコンテナー グループ定義のステージ。

public interface IWithPrivateImageRegistryOrVolume : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPrivateImageRegistry, Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPrivateImageRegistryOrVolumeBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithPrivateImageRegistryOrVolume = interface
    interface IWithPrivateImageRegistry
    interface IWithPrivateImageRegistryOrVolumeBeta
    interface IBeta
Public Interface IWithPrivateImageRegistryOrVolume
Implements IBeta, IWithPrivateImageRegistry, IWithPrivateImageRegistryOrVolumeBeta
派生
実装

メソッド

DefineVolume(String)

コンテナー グループ内のコンテナー インスタンスによって共有できるボリュームの定義を開始します。 VolumeDefinitionStages.WithVolumeAttach.attach() の呼び出しで定義を完了する必要があります。

WithEmptyDirectoryVolume(String)

コンテナー グループ内のコンテナー インスタンスによって共有できる空のディレクトリ ボリュームを指定します。

(継承元 IWithPrivateImageRegistryOrVolumeBeta)
WithNewAzureFileShareVolume(String, String)

作成する新しい Azure ファイル共有名を指定します。

WithoutVolume()

コンテナー インスタンスによって共有されるボリュームの定義をスキップします。 コンテナー インスタンスがボリュームマウントを定義しようとすると、IllegalArgumentException がスローされます。

WithPrivateImageRegistry(String, String, String)

コンテナー グループのプライベート コンテナー イメージ レジストリ サーバー ログインを指定します。

(継承元 IWithPrivateImageRegistry)

適用対象