Web Apps - Update Azure Storage Accounts
アプリの Azure ストレージ アカウント構成を更新します。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts?api-version=2018-02-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
name
|
path | True |
string |
アプリの名前。 |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
リソースが属しているリソース グループの名前。 |
subscription
|
path | True |
string |
Azure のサブスクリプション ID。 これは GUID 形式の文字列です (例: 000000000-0000-0000-0000-00000000000000)。 |
api-version
|
query | True |
string |
API バージョン |
要求本文
名前 | 型 | 説明 |
---|---|---|
kind |
string |
リソースの種類。 |
properties. |
ディクショナリ ストレージのAzure Filesまたは Blob Storage アクセス情報の値。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
エラー応答をApp Serviceします。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
定義
名前 | 説明 |
---|---|
Azure |
ディクショナリ ストレージのAzure Filesまたは Blob Storage アクセス情報の値。 |
Azure |
AzureStorageInfo ディクショナリ リソース。 |
Azure |
ストレージ アカウントの状態。 |
Azure |
ストレージの種類。 |
Default |
エラー応答をApp Serviceします。 |
Details | |
Error |
エラー モデル。 |
AzureStorageInfoValue
ディクショナリ ストレージのAzure Filesまたは Blob Storage アクセス情報の値。
名前 | 型 | 説明 |
---|---|---|
accessKey |
string |
ストレージ アカウントのアクセス キー。 |
accountName |
string |
ストレージ アカウントの名前。 |
mountPath |
string |
サイトのランタイム環境内にストレージをマウントするパス。 |
shareName |
string |
ファイル共有の名前 (BLOB ストレージの場合はコンテナー名)。 |
state |
ストレージ アカウントの状態。 |
|
type |
ストレージの種類。 |
AzureStoragePropertyDictionaryResource
AzureStorageInfo ディクショナリ リソース。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース ID。 |
kind |
string |
リソースの種類。 |
name |
string |
リソース名。 |
properties. |
ディクショナリ ストレージのAzure Filesまたは Blob Storage アクセス情報の値。 |
|
type |
string |
リソースの種類。 |
AzureStorageState
ストレージ アカウントの状態。
値 | 説明 |
---|---|
InvalidCredentials | |
InvalidShare | |
Ok |
AzureStorageType
ストレージの種類。
値 | 説明 |
---|---|
AzureBlob | |
AzureFiles |
DefaultErrorResponse
エラー応答をApp Serviceします。
名前 | 型 | 説明 |
---|---|---|
error |
エラー モデル。 |
Details
名前 | 型 | 説明 |
---|---|---|
code |
string |
プログラムによってエラーを識別するための標準化された文字列。 |
message |
string |
エラーの詳細な説明とデバッグ情報。 |
target |
string |
エラーの詳細な説明とデバッグ情報。 |
Error
エラー モデル。
名前 | 型 | 説明 |
---|---|---|
code |
string |
プログラムによってエラーを識別するための標準化された文字列。 |
details |
Details[] |
詳細なエラー。 |
innererror |
string |
デバッグ エラーの詳細。 |
message |
string |
エラーの詳細な説明とデバッグ情報。 |
target |
string |
エラーの詳細な説明とデバッグ情報。 |