次の方法で共有


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

定義

Azure ファイルにアクセスするためのストレージ アカウント キーを指定できるボリューム定義のステージ。

public interface IWithStorageAccountKey<ParentT>
type IWithStorageAccountKey<'ParentT> = interface
Public Interface IWithStorageAccountKey(Of ParentT)

型パラメーター

ParentT

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

派生

メソッド

WithStorageAccountKey(String)

Azure ファイルにアクセスするためのストレージ アカウント キーを指定します。

適用対象