JobStorageAccount interface
MSI を使用する Azure Storage アカウントに関連付けられているプロパティ
- Extends
プロパティ
authentication |
認証モード。 |
継承されたプロパティ
account |
Azure Storage アカウントのアカウント キー。 PUT (CreateOrReplace) 要求で必須。 |
account |
Azure ストレージ アカウントの名前。 PUT (CreateOrReplace) 要求で必須。 |
プロパティの詳細
authenticationMode
認証モード。
authenticationMode?: string
プロパティ値
string
継承されたプロパティの詳細
accountKey
Azure Storage アカウントのアカウント キー。 PUT (CreateOrReplace) 要求で必須。
accountKey?: string
プロパティ値
string
accountName
Azure ストレージ アカウントの名前。 PUT (CreateOrReplace) 要求で必須。
accountName?: string
プロパティ値
string