次の方法で共有


IWithGitUrl<ParentT> インターフェイス

定義

Git URL マッピングを指定できるボリューム定義のステージ。

public interface IWithGitUrl<ParentT> : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithGitUrlBeta<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithGitUrl<'ParentT> = interface
    interface IWithGitUrlBeta<'ParentT>
    interface IBeta
Public Interface IWithGitUrl(Of ParentT)
Implements IBeta, IWithGitUrlBeta(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

WithGitUrl(String)

新しいボリュームの Git URL を指定します。

(継承元 IWithGitUrlBeta<ParentT>)

適用対象