Storage Accounts - Get Properties

名前、SKU 名、場所、アカウントの状態を含むがこれらに限定されない、指定されたストレージ アカウントのプロパティを返します。 ListKeys 操作は、ストレージ キーを取得するために使用する必要があります。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}?api-version=2023-01-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}?api-version=2023-01-01&$expand={$expand}

URI パラメーター

名前 / 必須 説明
accountName
path True

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

Regex pattern: ^[a-z0-9]+$

resourceGroupName
path True

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

Regex pattern: ^[-\w\._\(\)]+$

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

api-version
query True

string

この操作に使用する API バージョン。

$expand
query

StorageAccountExpand

アカウントのプロパティ内のプロパティを展開するために使用できます。 既定では、プロパティをフェッチするときにデータは含まれません。 現在、geoReplicationStats と blobRestoreStatus のみがサポートされています。

応答

名前 説明
200 OK

StorageAccount

OK -- ストレージ アカウントのプロパティが正常に取得されました。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

StorageAccountGetAsyncSkuConversionStatus
StorageAccountGetProperties
StorageAccountGetPropertiesCMKEnabled
StorageAccountGetPropertiesCMKVersionExpirationTime
StorageAccountGetPropertiesGeoReplicationStatscanFailoverFalse
StorageAccountGetPropertiesGeoReplicationStatscanFailoverTrue

StorageAccountGetAsyncSkuConversionStatus

Sample Request

GET https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596?api-version=2023-01-01

Sample Response

{
  "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596",
  "kind": "StorageV2",
  "location": "eastus",
  "name": "sto8596",
  "properties": {
    "allowBlobPublicAccess": false,
    "minimumTlsVersion": "TLS1_2",
    "storageAccountSkuConversionStatus": {
      "skuConversionStatus": "InProgress",
      "targetSkuName": "Standard_GRS",
      "startTime": "2022-09-01T02:53:39.0932539Z",
      "endTime": "2021-09-02T02:53:39.0932539Z"
    }
  },
  "sku": {
    "name": "Standard_GRS",
    "tier": "Standard"
  },
  "type": "Microsoft.Storage/storageAccounts"
}

StorageAccountGetProperties

Sample Request

GET https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596?api-version=2023-01-01

Sample Response

{
  "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596",
  "kind": "Storage",
  "location": "eastus2(stage)",
  "name": "sto8596",
  "properties": {
    "keyCreationTime": {
      "key1": "2021-03-18T04:42:22.4322836Z",
      "key2": "2021-03-18T04:42:22.4322836Z"
    },
    "geoReplicationStats": {
      "status": "Live",
      "lastSyncTime": "2018-10-30T00:25:34Z",
      "canFailover": true
    },
    "isHnsEnabled": true,
    "creationTime": "2017-06-01T02:42:41.7633306Z",
    "networkAcls": {
      "bypass": "AzureServices",
      "defaultAction": "Allow",
      "ipRules": [],
      "virtualNetworkRules": [],
      "resourceAccessRules": [
        {
          "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
          "resourceId": "/subscriptions/a7e99807-abbf-4642-bdec-2c809a96a8bc/resourceGroups/res9407/providers/Microsoft.Synapse/workspaces/testworkspace"
        }
      ]
    },
    "primaryEndpoints": {
      "web": "https://sto8596.web.core.windows.net/",
      "dfs": "https://sto8596.dfs.core.windows.net/",
      "blob": "https://sto8596.blob.core.windows.net/",
      "file": "https://sto8596.file.core.windows.net/",
      "queue": "https://sto8596.queue.core.windows.net/",
      "table": "https://sto8596.table.core.windows.net/",
      "microsoftEndpoints": {
        "web": "https://sto8596-microsoftrouting.web.core.windows.net/",
        "dfs": "https://sto8596-microsoftrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-microsoftrouting.blob.core.windows.net/",
        "file": "https://sto8596-microsoftrouting.file.core.windows.net/",
        "queue": "https://sto8596-microsoftrouting.queue.core.windows.net/",
        "table": "https://sto8596-microsoftrouting.table.core.windows.net/"
      },
      "internetEndpoints": {
        "web": "https://sto8596-internetrouting.web.core.windows.net/",
        "dfs": "https://sto8596-internetrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-internetrouting.blob.core.windows.net/",
        "file": "https://sto8596-internetrouting.file.core.windows.net/"
      }
    },
    "primaryLocation": "eastus2(stage)",
    "provisioningState": "Succeeded",
    "routingPreference": {
      "routingChoice": "MicrosoftRouting",
      "publishMicrosoftEndpoints": true,
      "publishInternetEndpoints": true
    },
    "encryption": {
      "services": {
        "file": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        },
        "blob": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        }
      },
      "keySource": "Microsoft.Storage"
    },
    "secondaryLocation": "northcentralus(stage)",
    "statusOfPrimary": "available",
    "statusOfSecondary": "available",
    "supportsHttpsTrafficOnly": false,
    "isSkuConversionBlocked": false,
    "accountMigrationInProgress": false
  },
  "sku": {
    "name": "Standard_GRS",
    "tier": "Standard"
  },
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "type": "Microsoft.Storage/storageAccounts"
}

StorageAccountGetPropertiesCMKEnabled

Sample Request

GET https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596?api-version=2023-01-01

Sample Response

{
  "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596",
  "identity": {
    "principalId": "911871cc-ffd1-4fc4-ac11-7a316433ea66",
    "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
    "type": "SystemAssigned"
  },
  "kind": "Storage",
  "location": "eastus2(stage)",
  "name": "sto8596",
  "properties": {
    "geoReplicationStats": {
      "status": "Live",
      "lastSyncTime": "2018-10-30T00:25:34Z",
      "canFailover": true
    },
    "isHnsEnabled": true,
    "creationTime": "2017-06-01T02:42:41.7633306Z",
    "networkAcls": {
      "bypass": "AzureServices",
      "defaultAction": "Allow",
      "ipRules": [],
      "virtualNetworkRules": [],
      "resourceAccessRules": []
    },
    "primaryEndpoints": {
      "web": "https://sto8596.web.core.windows.net/",
      "dfs": "https://sto8596.dfs.core.windows.net/",
      "blob": "https://sto8596.blob.core.windows.net/",
      "file": "https://sto8596.file.core.windows.net/",
      "queue": "https://sto8596.queue.core.windows.net/",
      "table": "https://sto8596.table.core.windows.net/",
      "microsoftEndpoints": {
        "web": "https://sto8596-microsoftrouting.web.core.windows.net/",
        "dfs": "https://sto8596-microsoftrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-microsoftrouting.blob.core.windows.net/",
        "file": "https://sto8596-microsoftrouting.file.core.windows.net/",
        "queue": "https://sto8596-microsoftrouting.queue.core.windows.net/",
        "table": "https://sto8596-microsoftrouting.table.core.windows.net/"
      },
      "internetEndpoints": {
        "web": "https://sto8596-internetrouting.web.core.windows.net/",
        "dfs": "https://sto8596-internetrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-internetrouting.blob.core.windows.net/",
        "file": "https://sto8596-internetrouting.file.core.windows.net/"
      }
    },
    "primaryLocation": "eastus2(stage)",
    "provisioningState": "Succeeded",
    "routingPreference": {
      "routingChoice": "MicrosoftRouting",
      "publishMicrosoftEndpoints": true,
      "publishInternetEndpoints": true
    },
    "encryption": {
      "services": {
        "file": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        },
        "blob": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        }
      },
      "keySource": "Microsoft.Keyvault",
      "keyvaultproperties": {
        "keyvaulturi": "https://myvault8569.vault.azure.net",
        "keyname": "wrappingKey",
        "keyversion": "",
        "currentVersionedKeyIdentifier": "https://myvault8569.vault.azure.net/keys/wrappingKey/0682afdd9c104f4285df20107e956cad",
        "lastKeyRotationTimestamp": "2019-12-13T20:36:23.7023290Z"
      }
    },
    "secondaryLocation": "northcentralus(stage)",
    "statusOfPrimary": "available",
    "statusOfSecondary": "available",
    "supportsHttpsTrafficOnly": false
  },
  "sku": {
    "name": "Standard_GRS",
    "tier": "Standard"
  },
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "type": "Microsoft.Storage/storageAccounts"
}

StorageAccountGetPropertiesCMKVersionExpirationTime

Sample Request

GET https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596?api-version=2023-01-01

Sample Response

{
  "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596",
  "identity": {
    "principalId": "911871cc-ffd1-4fc4-ac11-7a316433ea66",
    "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
    "type": "SystemAssigned"
  },
  "kind": "Storage",
  "location": "eastus2(stage)",
  "name": "sto8596",
  "properties": {
    "geoReplicationStats": {
      "status": "Live",
      "lastSyncTime": "2018-10-30T00:25:34Z",
      "canFailover": true
    },
    "isHnsEnabled": true,
    "creationTime": "2017-06-01T02:42:41.7633306Z",
    "networkAcls": {
      "bypass": "AzureServices",
      "defaultAction": "Allow",
      "ipRules": [],
      "virtualNetworkRules": [],
      "resourceAccessRules": []
    },
    "primaryEndpoints": {
      "web": "https://sto8596.web.core.windows.net/",
      "dfs": "https://sto8596.dfs.core.windows.net/",
      "blob": "https://sto8596.blob.core.windows.net/",
      "file": "https://sto8596.file.core.windows.net/",
      "queue": "https://sto8596.queue.core.windows.net/",
      "table": "https://sto8596.table.core.windows.net/",
      "microsoftEndpoints": {
        "web": "https://sto8596-microsoftrouting.web.core.windows.net/",
        "dfs": "https://sto8596-microsoftrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-microsoftrouting.blob.core.windows.net/",
        "file": "https://sto8596-microsoftrouting.file.core.windows.net/",
        "queue": "https://sto8596-microsoftrouting.queue.core.windows.net/",
        "table": "https://sto8596-microsoftrouting.table.core.windows.net/"
      },
      "internetEndpoints": {
        "web": "https://sto8596-internetrouting.web.core.windows.net/",
        "dfs": "https://sto8596-internetrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-internetrouting.blob.core.windows.net/",
        "file": "https://sto8596-internetrouting.file.core.windows.net/"
      }
    },
    "primaryLocation": "eastus2(stage)",
    "provisioningState": "Succeeded",
    "routingPreference": {
      "routingChoice": "MicrosoftRouting",
      "publishMicrosoftEndpoints": true,
      "publishInternetEndpoints": true
    },
    "encryption": {
      "services": {
        "file": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        },
        "blob": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        }
      },
      "keySource": "Microsoft.Keyvault",
      "keyvaultproperties": {
        "keyvaulturi": "https://myvault8569.vault.azure.net",
        "keyname": "wrappingKey",
        "keyversion": "",
        "currentVersionedKeyIdentifier": "https://myvault8569.vault.azure.net/keys/wrappingKey/0682afdd9c104f4285df20107e956cad",
        "lastKeyRotationTimestamp": "2019-12-13T20:36:23.7023290Z",
        "currentVersionedKeyExpirationTimestamp": "2019-12-13T20:36:23.7023290Z"
      }
    },
    "secondaryLocation": "northcentralus(stage)",
    "statusOfPrimary": "available",
    "statusOfSecondary": "available",
    "supportsHttpsTrafficOnly": false
  },
  "sku": {
    "name": "Standard_GRS",
    "tier": "Standard"
  },
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "type": "Microsoft.Storage/storageAccounts"
}

StorageAccountGetPropertiesGeoReplicationStatscanFailoverFalse

Sample Request

GET https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596?api-version=2023-01-01&$expand=geoReplicationStats

Sample Response

{
  "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596",
  "kind": "Storage",
  "location": "eastus2(stage)",
  "name": "sto8596",
  "properties": {
    "keyCreationTime": {
      "key1": "2021-03-18T04:42:22.4322836Z",
      "key2": "2021-03-18T04:42:22.4322836Z"
    },
    "geoReplicationStats": {
      "status": "Live",
      "lastSyncTime": "2018-10-30T00:25:34Z",
      "canFailover": false,
      "canPlannedFailover": false,
      "postFailoverRedundancy": "Standard_LRS",
      "postPlannedFailoverRedundancy": "Standard_GRS"
    },
    "isHnsEnabled": true,
    "creationTime": "2017-06-01T02:42:41.7633306Z",
    "networkAcls": {
      "bypass": "AzureServices",
      "defaultAction": "Allow",
      "ipRules": [],
      "virtualNetworkRules": [],
      "resourceAccessRules": [
        {
          "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
          "resourceId": "/subscriptions/a7e99807-abbf-4642-bdec-2c809a96a8bc/resourceGroups/res9407/providers/Microsoft.Synapse/workspaces/testworkspace"
        }
      ]
    },
    "primaryEndpoints": {
      "web": "https://sto8596.web.core.windows.net/",
      "dfs": "https://sto8596.dfs.core.windows.net/",
      "blob": "https://sto8596.blob.core.windows.net/",
      "file": "https://sto8596.file.core.windows.net/",
      "queue": "https://sto8596.queue.core.windows.net/",
      "table": "https://sto8596.table.core.windows.net/",
      "microsoftEndpoints": {
        "web": "https://sto8596-microsoftrouting.web.core.windows.net/",
        "dfs": "https://sto8596-microsoftrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-microsoftrouting.blob.core.windows.net/",
        "file": "https://sto8596-microsoftrouting.file.core.windows.net/",
        "queue": "https://sto8596-microsoftrouting.queue.core.windows.net/",
        "table": "https://sto8596-microsoftrouting.table.core.windows.net/"
      },
      "internetEndpoints": {
        "web": "https://sto8596-internetrouting.web.core.windows.net/",
        "dfs": "https://sto8596-internetrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-internetrouting.blob.core.windows.net/",
        "file": "https://sto8596-internetrouting.file.core.windows.net/"
      }
    },
    "primaryLocation": "eastus2(stage)",
    "provisioningState": "Succeeded",
    "routingPreference": {
      "routingChoice": "MicrosoftRouting",
      "publishMicrosoftEndpoints": true,
      "publishInternetEndpoints": true
    },
    "encryption": {
      "services": {
        "file": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        },
        "blob": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        }
      },
      "keySource": "Microsoft.Storage"
    },
    "secondaryLocation": "northcentralus(stage)",
    "statusOfPrimary": "available",
    "statusOfSecondary": "available",
    "supportsHttpsTrafficOnly": false,
    "isSkuConversionBlocked": false,
    "accountMigrationInProgress": false
  },
  "sku": {
    "name": "Standard_GRS",
    "tier": "Standard"
  },
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "type": "Microsoft.Storage/storageAccounts"
}

StorageAccountGetPropertiesGeoReplicationStatscanFailoverTrue

Sample Request

GET https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596?api-version=2023-01-01&$expand=geoReplicationStats

Sample Response

{
  "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596",
  "kind": "Storage",
  "location": "eastus2(stage)",
  "name": "sto8596",
  "properties": {
    "keyCreationTime": {
      "key1": "2021-03-18T04:42:22.4322836Z",
      "key2": "2021-03-18T04:42:22.4322836Z"
    },
    "geoReplicationStats": {
      "status": "Live",
      "lastSyncTime": "2018-10-30T00:25:34Z",
      "canFailover": true,
      "canPlannedFailover": true,
      "postFailoverRedundancy": "Standard_LRS",
      "postPlannedFailoverRedundancy": "Standard_GRS"
    },
    "isHnsEnabled": true,
    "creationTime": "2017-06-01T02:42:41.7633306Z",
    "networkAcls": {
      "bypass": "AzureServices",
      "defaultAction": "Allow",
      "ipRules": [],
      "virtualNetworkRules": [],
      "resourceAccessRules": [
        {
          "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
          "resourceId": "/subscriptions/a7e99807-abbf-4642-bdec-2c809a96a8bc/resourceGroups/res9407/providers/Microsoft.Synapse/workspaces/testworkspace"
        }
      ]
    },
    "primaryEndpoints": {
      "web": "https://sto8596.web.core.windows.net/",
      "dfs": "https://sto8596.dfs.core.windows.net/",
      "blob": "https://sto8596.blob.core.windows.net/",
      "file": "https://sto8596.file.core.windows.net/",
      "queue": "https://sto8596.queue.core.windows.net/",
      "table": "https://sto8596.table.core.windows.net/",
      "microsoftEndpoints": {
        "web": "https://sto8596-microsoftrouting.web.core.windows.net/",
        "dfs": "https://sto8596-microsoftrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-microsoftrouting.blob.core.windows.net/",
        "file": "https://sto8596-microsoftrouting.file.core.windows.net/",
        "queue": "https://sto8596-microsoftrouting.queue.core.windows.net/",
        "table": "https://sto8596-microsoftrouting.table.core.windows.net/"
      },
      "internetEndpoints": {
        "web": "https://sto8596-internetrouting.web.core.windows.net/",
        "dfs": "https://sto8596-internetrouting.dfs.core.windows.net/",
        "blob": "https://sto8596-internetrouting.blob.core.windows.net/",
        "file": "https://sto8596-internetrouting.file.core.windows.net/"
      }
    },
    "primaryLocation": "eastus2(stage)",
    "provisioningState": "Succeeded",
    "routingPreference": {
      "routingChoice": "MicrosoftRouting",
      "publishMicrosoftEndpoints": true,
      "publishInternetEndpoints": true
    },
    "encryption": {
      "services": {
        "file": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        },
        "blob": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2019-12-11T20:49:31.7036140Z"
        }
      },
      "keySource": "Microsoft.Storage"
    },
    "secondaryLocation": "northcentralus(stage)",
    "statusOfPrimary": "available",
    "statusOfSecondary": "available",
    "supportsHttpsTrafficOnly": false,
    "isSkuConversionBlocked": false,
    "accountMigrationInProgress": false
  },
  "sku": {
    "name": "Standard_GRS",
    "tier": "Standard"
  },
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "type": "Microsoft.Storage/storageAccounts"
}

定義

名前 説明
AccessTier

種類が BlobStorage のストレージ アカウントに必要です。 アクセス層は課金に使用されます。 "Premium" アクセス層は Premium ブロック BLOB ストレージ アカウントの種類の既定値であり、Premium ブロック BLOB ストレージ アカウントの種類に対しては変更できません。

AccountImmutabilityPolicyProperties

これにより、アカウント レベルの不変ポリシー プロパティが定義されます。

AccountImmutabilityPolicyState

ImmutabilityPolicy 状態は、ポリシーのモードを定義します。 無効状態はポリシーを無効にし、ロック解除された状態では不変性保持時間の増減が許可され、allowProtectedAppendWrites プロパティを切り替えることもできます。ロック状態では不変性保持時間の増加のみが許可されます。 ポリシーは、無効またはロック解除状態でのみ作成でき、2 つの状態を切り替えることができます。 ロック解除状態のポリシーのみが、元に戻すことができないロック状態に移行できます。

AccountStatus

ストレージ アカウントのプライマリの場所が使用可能か使用不可かを示す状態を取得します。

AccountType

Azure Storage の Active Directory アカウントの種類を指定します。

Action

仮想ネットワーク 規則のアクション。

ActiveDirectoryProperties

Active Directory (AD) の設定プロパティ。

AllowedCopyScope

AAD テナント内またはプライベート リンクを使用して、同じ VNet へのストレージ アカウントとの間のコピーを制限します。

AzureFilesIdentityBasedAuthentication

AZURE FILES ID ベースの認証の設定。

BlobRestoreParameters

BLOB 復元パラメーター

BlobRestoreProgressStatus

BLOB の復元の進行状況の状態。 使用できる値は次のとおりです。 - InProgress: BLOB の復元が進行中であることを示します。 - 完了: BLOB の復元が正常に完了したことを示します。 - 失敗: BLOB の復元が失敗したことを示します。

BlobRestoreRange

BLOB 範囲

BlobRestoreStatus

BLOB の復元の状態。

Bypass

ログ/メトリック/AzureServices にトラフィックをバイパスするかどうかを指定します。 使用可能な値は、ログの任意の組み合わせです|メトリック|これらのトラフィックをバイパスしない場合は、AzureServices ("ログ記録、メトリック" など)、または None。

CustomDomain

このストレージ アカウントに割り当てられたカスタム ドメイン。 これは Update を使用して設定できます。

DefaultAction

他のルールが一致しない場合に許可または拒否の既定のアクションを指定します。

DefaultSharePermission

RBAC ロールが割り当てられない場合、Kerberos 認証を使用するユーザーの既定の共有アクセス許可。

DirectoryServiceOptions

使用されるディレクトリ サービスを示します。 この列挙型は今後拡張される可能性があることに注意してください。

DnsEndpointType

エンドポイントの種類を指定できます。 これを AzureDNSZone に設定すると、1 つのサブスクリプションに多数のアカウントが作成されます。これにより、Azure DNS ゾーンにアカウントが作成され、エンドポイント URL に英数字の DNS ゾーン識別子が設定されます。

Encryption

ストレージ アカウントの暗号化設定。

EncryptionIdentity

ストレージ アカウントの暗号化 ID。

EncryptionService

サーバー側の暗号化を使用できるようにするサービス。

EncryptionServices

暗号化をサポートするサービスの一覧。

Endpoints

パブリック BLOB、キュー、テーブル、Web、または dfs オブジェクトの取得を実行するために使用される URI。

ExpirationAction

SAS 有効期限アクション。 ログのみを指定できます。

ExtendedLocation

拡張場所の複合型。

ExtendedLocationTypes

拡張場所の型。

GeoReplicationStats

ストレージ アカウントの BLOB、テーブル、キュー、ファイル サービスのレプリケーションに関連する統計。 これは、ストレージ アカウントで geo 冗長レプリケーションが有効になっている場合にのみ使用できます。

GeoReplicationStatus

2 次拠点の状態。 使用可能な値は次のとおりです。 - ライブ: セカンダリの場所がアクティブで操作可能であることを示します。 - ブートストラップ: プライマリの場所からセカンダリの場所への初期同期が進行中であることを示します。これは通常、レプリケーションが最初に有効になったときに発生します。 - 使用不可: セカンダリの場所が一時的に使用できないことを示します。

Identity

リソースの ID。

IdentityType

ID の種類。

ImmutableStorageAccount

このプロパティは、アカウント レベルの不変性を有効にして定義します。 この機能を有効にすると、BLOB のバージョン管理が自動的に有効になります。

IPRule

CIDR 形式の特定の IP または IP 範囲を持つ IP 規則。

KeyCreationTime

ストレージ アカウント キーの作成時間。

KeyPolicy

ストレージ アカウントに割り当てられた KeyPolicy。

KeySource

暗号化キーソース (プロバイダー)。 使用可能な値 (大文字と小文字は区別されません): Microsoft.Storage、Microsoft.Keyvault

KeyType

暗号化サービスに使用する暗号化キーの種類。 "Account" キーの種類は、アカウント スコープの暗号化キーが使用されることを意味します。 'Service' キーの種類は、既定のサービス キーが使用されることを意味します。

KeyVaultProperties

キー コンテナーのプロパティ。

Kind

ストレージ アカウントの種類を示します。

LargeFileSharesState

[有効] に設定されている場合は、大きなファイル共有を許可します。 一度有効にした後は無効にできません。

MinimumTlsVersion

ストレージへの要求で許可される最小 TLS バージョンを設定します。 このプロパティの既定の解釈は TLS 1.0 です。

NetworkRuleSet

ネットワーク 規則セット

postFailoverRedundancy

アカウントのフェールオーバーが実行された後のアカウントの冗長性の種類。

postPlannedFailoverRedundancy

計画されたアカウント フェールオーバーが実行された後のアカウントの冗長性の種類。

PrivateEndpoint

プライベート エンドポイント リソース。

PrivateEndpointConnection

プライベート エンドポイント接続リソース。

PrivateEndpointConnectionProvisioningState

現在のプロビジョニング状態。

PrivateEndpointServiceConnectionStatus

プライベート エンドポイント接続の状態。

PrivateLinkServiceConnectionState

サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。

ProvisioningState

操作が呼び出されたときのストレージ アカウントの状態を取得します。

PublicNetworkAccess

ストレージ アカウントへのパブリック ネットワーク アクセスを許可または禁止します。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。

ResourceAccessRule

リソース アクセス規則。

RoutingChoice

ルーティングの選択は、ユーザーが選択するネットワーク ルーティングの種類を定義します。

RoutingPreference

ルーティングの優先順位は、ユーザー データの配信に使用する microsoft またはインターネット ルーティングのネットワークの種類を定義します。既定のオプションは microsoft ルーティングです

SasPolicy

ストレージ アカウントに割り当てられた SasPolicy。

Sku

ストレージ アカウントの SKU。

SkuConversionStatus

このプロパティは、現在の SKU 変換の状態を示します。

SkuName

SKU 名。 アカウントの作成に必要です。更新の場合は省略可能です。 古いバージョンでは、SKU 名は accountType と呼ばれることに注意してください。

SkuTier

SKU レベル。 これは SKU 名に基づいています。

State

仮想ネットワーク 規則の状態を取得します。

StorageAccount

ストレージ アカウント。

StorageAccountExpand

アカウントのプロパティ内のプロパティを展開するために使用できます。 既定では、プロパティをフェッチするときにデータは含まれません。 現在、geoReplicationStats と blobRestoreStatus のみがサポートされています。

StorageAccountInternetEndpoints

インターネット ルーティング エンドポイントを介してパブリック BLOB、ファイル、Web、または dfs オブジェクトの取得を実行するために使用される URI。

StorageAccountMicrosoftEndpoints

Microsoft ルーティング エンドポイントを介してパブリック BLOB、キュー、テーブル、Web、または dfs オブジェクトの取得を実行するために使用される URI。

StorageAccountSkuConversionStatus

これにより、非同期 SKU 変換の SKU 変換状態オブジェクトが定義されます。

UserAssignedIdentity

リソースの UserAssignedIdentity。

VirtualNetworkRule

Virtual Networkルール。

AccessTier

種類が BlobStorage のストレージ アカウントに必要です。 アクセス層は課金に使用されます。 "Premium" アクセス層は Premium ブロック BLOB ストレージ アカウントの種類の既定値であり、Premium ブロック BLOB ストレージ アカウントの種類に対しては変更できません。

名前 説明
Cool

string

Hot

string

Premium

string

AccountImmutabilityPolicyProperties

これにより、アカウント レベルの不変ポリシー プロパティが定義されます。

名前 説明
allowProtectedAppendWrites

boolean

このプロパティは、無効でロック解除された時間ベースのアイテム保持ポリシーに対してのみ変更できます。 有効にすると、不変性の保護とコンプライアンスを維持しながら、新しいブロックを追加 BLOB に書き込むことができます。 新しいブロックを追加することだけができ、既存のブロックを変更したり削除したりすることはできません。

immutabilityPeriodSinceCreationInDays

integer

ポリシーの作成以降のコンテナー内の BLOB の不変期間 (日数)。

state

AccountImmutabilityPolicyState

ImmutabilityPolicy 状態は、ポリシーのモードを定義します。 無効状態はポリシーを無効にし、ロック解除された状態では不変保持時間の増減が許可され、allowProtectedAppendWrites プロパティを切り替えることもできます。Locked 状態では不変保持時間の増加のみが許可されます。 ポリシーは、Disabled または Unlocked 状態でのみ作成でき、2 つの状態を切り替えることができます。 ロック解除された状態のポリシーのみが、元に戻すことができないロック状態に移行できます。

AccountImmutabilityPolicyState

ImmutabilityPolicy 状態は、ポリシーのモードを定義します。 無効状態はポリシーを無効にし、ロック解除された状態では不変性保持時間の増減が許可され、allowProtectedAppendWrites プロパティを切り替えることもできます。ロック状態では不変性保持時間の増加のみが許可されます。 ポリシーは、無効またはロック解除状態でのみ作成でき、2 つの状態を切り替えることができます。 ロック解除状態のポリシーのみが、元に戻すことができないロック状態に移行できます。

名前 説明
Disabled

string

Locked

string

Unlocked

string

AccountStatus

ストレージ アカウントのプライマリの場所が使用可能か使用不可かを示す状態を取得します。

名前 説明
available

string

unavailable

string

AccountType

Azure Storage の Active Directory アカウントの種類を指定します。

名前 説明
Computer

string

User

string

Action

仮想ネットワーク 規則のアクション。

名前 説明
Allow

string

ActiveDirectoryProperties

Active Directory (AD) の設定プロパティ。

名前 説明
accountType

AccountType

Azure Storage の Active Directory アカウントの種類を指定します。

azureStorageSid

string

Azure Storage のセキュリティ識別子 (SID) を指定します。

domainGuid

string

ドメイン GUID を指定します。

domainName

string

AD DNS サーバーが権限を持つプライマリ ドメインを指定します。

domainSid

string

セキュリティ識別子 (SID) を指定します。

forestName

string

取得する Active Directory フォレストを指定します。

netBiosDomainName

string

NetBIOS ドメイン名を指定します。

samAccountName

string

Azure Storage の Active Directory SAMAccountName を指定します。

AllowedCopyScope

AAD テナント内またはプライベート リンクを使用して、同じ VNet へのストレージ アカウントとの間のコピーを制限します。

名前 説明
AAD

string

PrivateLink

string

AzureFilesIdentityBasedAuthentication

AZURE FILES ID ベースの認証の設定。

名前 説明
activeDirectoryProperties

ActiveDirectoryProperties

directoryServiceOptions が AD の場合は必須、AADKERB の場合は省略可能です。

defaultSharePermission

DefaultSharePermission

RBAC ロールが割り当てられない場合、Kerberos 認証を使用するユーザーの既定の共有アクセス許可。

directoryServiceOptions

DirectoryServiceOptions

使用されるディレクトリ サービスを示します。 この列挙型は今後拡張される可能性があることに注意してください。

BlobRestoreParameters

BLOB 復元パラメーター

名前 説明
blobRanges

BlobRestoreRange[]

復元する BLOB 範囲。

timeToRestore

string

指定した時刻に BLOB を復元します。

BlobRestoreProgressStatus

BLOB の復元の進行状況の状態。 使用できる値は次のとおりです。 - InProgress: BLOB の復元が進行中であることを示します。 - 完了: BLOB の復元が正常に完了したことを示します。 - 失敗: BLOB の復元が失敗したことを示します。

名前 説明
Complete

string

Failed

string

InProgress

string

BlobRestoreRange

BLOB 範囲

名前 説明
endRange

string

BLOB の終了範囲。 これは排他的です。 空は、アカウントの終了を意味します。

startRange

string

BLOB の開始範囲。 これは包括的です。 空は、アカウントの開始を意味します。

BlobRestoreStatus

BLOB の復元の状態。

名前 説明
failureReason

string

BLOB の復元が失敗した場合のエラーの理由。

parameters

BlobRestoreParameters

BLOB 復元要求パラメーター。

restoreId

string

BLOB 復元要求を追跡するための ID。

status

BlobRestoreProgressStatus

BLOB の復元の進行状況の状態。 使用できる値は次のとおりです。 - InProgress: BLOB の復元が進行中であることを示します。 - 完了: BLOB の復元が正常に完了したことを示します。 - 失敗: BLOB の復元が失敗したことを示します。

Bypass

ログ/メトリック/AzureServices にトラフィックをバイパスするかどうかを指定します。 使用可能な値は、ログの任意の組み合わせです|メトリック|これらのトラフィックをバイパスしない場合は、AzureServices ("ログ記録、メトリック" など)、または None。

名前 説明
AzureServices

string

Logging

string

Metrics

string

None

string

CustomDomain

このストレージ アカウントに割り当てられたカスタム ドメイン。 これは Update を使用して設定できます。

名前 説明
name

string

ストレージ アカウントに割り当てられたカスタム ドメイン名を取得または設定します。 Name は CNAME ソースです。

useSubDomainName

boolean

間接 CName 検証が有効かどうかを示します。 既定値は false です。 これは、更新時にのみ設定する必要があります。

DefaultAction

他のルールが一致しない場合に許可または拒否の既定のアクションを指定します。

名前 説明
Allow

string

Deny

string

DefaultSharePermission

RBAC ロールが割り当てられない場合、Kerberos 認証を使用するユーザーの既定の共有アクセス許可。

名前 説明
None

string

StorageFileDataSmbShareContributor

string

StorageFileDataSmbShareElevatedContributor

string

StorageFileDataSmbShareReader

string

DirectoryServiceOptions

使用されるディレクトリ サービスを示します。 この列挙型は今後拡張される可能性があることに注意してください。

名前 説明
AADDS

string

AADKERB

string

AD

string

None

string

DnsEndpointType

エンドポイントの種類を指定できます。 これを AzureDNSZone に設定すると、1 つのサブスクリプションに多数のアカウントが作成されます。これにより、Azure DNS ゾーンにアカウントが作成され、エンドポイント URL に英数字の DNS ゾーン識別子が設定されます。

名前 説明
AzureDnsZone

string

Standard

string

Encryption

ストレージ アカウントの暗号化設定。

名前 既定値 説明
identity

EncryptionIdentity

保存時のサービス側暗号化で使用される ID。

keySource

KeySource

Microsoft.Storage

暗号化キーソース (プロバイダー)。 使用可能な値 (大文字と小文字は区別されません): Microsoft.Storage、Microsoft.Keyvault

keyvaultproperties

KeyVaultProperties

キー コンテナーによって提供されるプロパティ。

requireInfrastructureEncryption

boolean

サービスが保存データにプラットフォーム マネージド キーを使用して暗号化のセカンダリ レイヤーを適用するかどうかを示すブール値。

services

EncryptionServices

暗号化をサポートするサービスの一覧。

EncryptionIdentity

ストレージ アカウントの暗号化 ID。

名前 説明
federatedIdentityClientId

string

ストレージ アカウント上のクロステナントカスタマー マネージド キー サーバー側暗号化のユーザー割り当て ID と組み合わせて使用するマルチテナント アプリケーションの ClientId。

userAssignedIdentity

string

ストレージ アカウントのサーバー側暗号化に関連付ける UserAssigned ID のリソース識別子。

EncryptionService

サーバー側の暗号化を使用できるようにするサービス。

名前 説明
enabled

boolean

サービスが格納時にデータを暗号化するかどうかを示すブール値。 現在、保存時の暗号化は既定で有効になっており、無効にすることはできません。

keyType

KeyType

暗号化サービスに使用する暗号化キーの種類。 "Account" キーの種類は、アカウント スコープの暗号化キーが使用されることを意味します。 'Service' キーの種類は、既定のサービス キーが使用されることを意味します。

lastEnabledTime

string

暗号化がユーザーによって最後に有効になった日時の大まかな見積もりを取得します。 現在、データは保存時に暗号化されており、無効にすることはできません。

EncryptionServices

暗号化をサポートするサービスの一覧。

名前 説明
blob

EncryptionService

BLOB ストレージ サービスの暗号化関数。

file

EncryptionService

ファイル ストレージ サービスの暗号化機能。

queue

EncryptionService

キュー ストレージ サービスの暗号化関数。

table

EncryptionService

テーブル ストレージ サービスの暗号化関数。

Endpoints

パブリック BLOB、キュー、テーブル、Web、または dfs オブジェクトの取得を実行するために使用される URI。

名前 説明
blob

string

BLOB エンドポイントを取得します。

dfs

string

dfs エンドポイントを取得します。

file

string

ファイル エンドポイントを取得します。

internetEndpoints

StorageAccountInternetEndpoints

インターネット ルーティング ストレージ エンドポイントを取得します

microsoftEndpoints

StorageAccountMicrosoftEndpoints

Microsoft ルーティング ストレージ エンドポイントを取得します。

queue

string

キュー エンドポイントを取得します。

table

string

テーブル エンドポイントを取得します。

web

string

Web エンドポイントを取得します。

ExpirationAction

SAS 有効期限アクション。 ログのみを指定できます。

名前 説明
Log

string

ExtendedLocation

拡張場所の複合型。

名前 説明
name

string

拡張場所の名前。

type

ExtendedLocationTypes

拡張場所の型。

ExtendedLocationTypes

拡張場所の型。

名前 説明
EdgeZone

string

GeoReplicationStats

ストレージ アカウントの BLOB、テーブル、キュー、ファイル サービスのレプリケーションに関連する統計。 これは、ストレージ アカウントで geo 冗長レプリケーションが有効になっている場合にのみ使用できます。

名前 説明
canFailover

boolean

アカウントのフェールオーバーがアカウントでサポートされているかどうかを示すブール値フラグ。

canPlannedFailover

boolean

アカウントの計画的なアカウント フェールオーバーがサポートされているかどうかを示すブール値フラグ。

lastSyncTime

string

この UTC 日付/時刻値より前のプライマリ書き込みはすべて、読み取り操作で使用できる状態であることが保証されます。 この時点より後のプライマリの書き込みは、読み取りに使用できないこともあります。 LastSyncTime の値が使用できない場合は、要素が既定値になる場合があります。これは、セカンダリがオフラインの場合、またはブートストラップ中の場合に発生する可能性があります。

postFailoverRedundancy

postFailoverRedundancy

アカウントのフェールオーバーが実行された後のアカウントの冗長性の種類。

postPlannedFailoverRedundancy

postPlannedFailoverRedundancy

計画されたアカウント フェールオーバーが実行された後のアカウントの冗長性の種類。

status

GeoReplicationStatus

2 次拠点の状態。 使用可能な値は次のとおりです。 - ライブ: セカンダリの場所がアクティブで操作可能であることを示します。 - ブートストラップ: プライマリの場所からセカンダリの場所への初期同期が進行中であることを示します。これは通常、レプリケーションが最初に有効になったときに発生します。 - 使用不可: セカンダリの場所が一時的に使用できないことを示します。

GeoReplicationStatus

2 次拠点の状態。 使用可能な値は次のとおりです。 - ライブ: セカンダリの場所がアクティブで操作可能であることを示します。 - ブートストラップ: プライマリの場所からセカンダリの場所への初期同期が進行中であることを示します。これは通常、レプリケーションが最初に有効になったときに発生します。 - 使用不可: セカンダリの場所が一時的に使用できないことを示します。

名前 説明
Bootstrap

string

Live

string

Unavailable

string

Identity

リソースの ID。

名前 説明
principalId

string

リソース ID のプリンシパル ID。

tenantId

string

リソースのテナント ID。

type

IdentityType

ID の種類。

userAssignedIdentities

<string,  UserAssignedIdentity>

このストレージ アカウントで使用されるユーザー割り当て ID のセットを記述するキー値ペアの一覧を取得または設定します。 キーは、ID の ARM リソース識別子です。 ここで許可されるユーザー割り当て ID は 1 つだけです。

IdentityType

ID の種類。

名前 説明
None

string

SystemAssigned

string

SystemAssigned,UserAssigned

string

UserAssigned

string

ImmutableStorageAccount

このプロパティは、アカウント レベルの不変性を有効にして定義します。 この機能を有効にすると、BLOB のバージョン管理が自動的に有効になります。

名前 説明
enabled

boolean

アカウント レベルの不変性を有効にするブール値フラグ。 このようなアカウントのすべてのコンテナーでは、既定でオブジェクト レベルの不変性が有効になっています。

immutabilityPolicy

AccountImmutabilityPolicyProperties

オブジェクト レベルで明示的な不変性ポリシーを持たないオブジェクトに継承および適用される既定のアカウント レベルの不変性ポリシーを指定します。 オブジェクト レベルの不変性ポリシーは、コンテナー レベルの不変性ポリシーよりも優先順位が高く、アカウント レベルの不変性ポリシーよりも優先順位が高くなります。

IPRule

CIDR 形式の特定の IP または IP 範囲を持つ IP 規則。

名前 既定値 説明
action

Action

Allow

IP ACL 規則のアクション。

value

string

CIDR 形式の IP または IP 範囲を指定します。 IPV4 アドレスのみが許可されます。

KeyCreationTime

ストレージ アカウント キーの作成時間。

名前 説明
key1

string

key2

string

KeyPolicy

ストレージ アカウントに割り当てられた KeyPolicy。

名前 説明
keyExpirationPeriodInDays

integer

キーの有効期限 (日数)。

KeySource

暗号化キーソース (プロバイダー)。 使用可能な値 (大文字と小文字は区別されません): Microsoft.Storage、Microsoft.Keyvault

名前 説明
Microsoft.Keyvault

string

Microsoft.Storage

string

KeyType

暗号化サービスに使用する暗号化キーの種類。 "Account" キーの種類は、アカウント スコープの暗号化キーが使用されることを意味します。 'Service' キーの種類は、既定のサービス キーが使用されることを意味します。

名前 説明
Account

string

Service

string

KeyVaultProperties

キー コンテナーのプロパティ。

名前 説明
currentVersionedKeyExpirationTimestamp

string

これは、暗号化に使用されているカスタマー マネージド キーの現在のバージョンの有効期限を表す読み取り専用プロパティです。

currentVersionedKeyIdentifier

string

使用中の現在のバージョン管理されたKey Vaultキーのオブジェクト識別子。

keyname

string

KeyVault キーの名前。

keyvaulturi

string

KeyVault の URI。

keyversion

string

KeyVault キーのバージョン。

lastKeyRotationTimestamp

string

Key Vault キーの最後のローテーションのタイムスタンプ。

Kind

ストレージ アカウントの種類を示します。

名前 説明
BlobStorage

string

BlockBlobStorage

string

FileStorage

string

Storage

string

StorageV2

string

LargeFileSharesState

[有効] に設定されている場合は、大きなファイル共有を許可します。 一度有効にした後は無効にできません。

名前 説明
Disabled

string

Enabled

string

MinimumTlsVersion

ストレージへの要求で許可される最小 TLS バージョンを設定します。 このプロパティの既定の解釈は TLS 1.0 です。

名前 説明
TLS1_0

string

TLS1_1

string

TLS1_2

string

NetworkRuleSet

ネットワーク 規則セット

名前 既定値 説明
bypass

Bypass

AzureServices

ログ/メトリック/AzureServices にトラフィックをバイパスするかどうかを指定します。 使用可能な値は、ログの任意の組み合わせです|メトリック|これらのトラフィックをバイパスしない場合は、AzureServices ("ログ記録、メトリック" など)、または None。

defaultAction

DefaultAction

Allow

他のルールが一致しない場合に許可または拒否の既定のアクションを指定します。

ipRules

IPRule[]

IP ACL 規則を設定します

resourceAccessRules

ResourceAccessRule[]

リソース アクセス規則を設定します

virtualNetworkRules

VirtualNetworkRule[]

仮想ネットワーク規則を設定します

postFailoverRedundancy

アカウントのフェールオーバーが実行された後のアカウントの冗長性の種類。

名前 説明
Standard_LRS

string

Standard_ZRS

string

postPlannedFailoverRedundancy

計画されたアカウント フェールオーバーが実行された後のアカウントの冗長性の種類。

名前 説明
Standard_GRS

string

Standard_GZRS

string

Standard_RAGRS

string

Standard_RAGZRS

string

PrivateEndpoint

プライベート エンドポイント リソース。

名前 説明
id

string

プライベート エンドポイントの ARM 識別子

PrivateEndpointConnection

プライベート エンドポイント接続リソース。

名前 説明
id

string

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

リソースの名前

properties.privateEndpoint

PrivateEndpoint

プライベート エンドポイントのリソース。

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。

properties.provisioningState

PrivateEndpointConnectionProvisioningState

プライベート エンドポイント接続リソースのプロビジョニング状態。

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

PrivateEndpointConnectionProvisioningState

現在のプロビジョニング状態。

名前 説明
Creating

string

Deleting

string

Failed

string

Succeeded

string

PrivateEndpointServiceConnectionStatus

プライベート エンドポイント接続の状態。

名前 説明
Approved

string

Pending

string

Rejected

string

PrivateLinkServiceConnectionState

サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。

名前 説明
actionRequired

string

サービス プロバイダーの変更にコンシューマーに対する更新が必要かどうかを示すメッセージ。

description

string

接続の承認/拒否の理由。

status

PrivateEndpointServiceConnectionStatus

サービスの所有者によって接続が承認/拒否/削除されたかどうかを示します。

ProvisioningState

操作が呼び出されたときのストレージ アカウントの状態を取得します。

名前 説明
Creating

string

ResolvingDNS

string

Succeeded

string

PublicNetworkAccess

ストレージ アカウントへのパブリック ネットワーク アクセスを許可または禁止します。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。

名前 説明
Disabled

string

Enabled

string

ResourceAccessRule

リソース アクセス規則。

名前 説明
resourceId

string

リソース ID

tenantId

string

テナント ID

RoutingChoice

ルーティングの選択は、ユーザーが選択するネットワーク ルーティングの種類を定義します。

名前 説明
InternetRouting

string

MicrosoftRouting

string

RoutingPreference

ルーティングの優先順位は、ユーザー データの配信に使用する microsoft またはインターネット ルーティングのネットワークの種類を定義します。既定のオプションは microsoft ルーティングです

名前 説明
publishInternetEndpoints

boolean

インターネット ルーティング ストレージ エンドポイントを発行するかどうかを示すブール値フラグ

publishMicrosoftEndpoints

boolean

Microsoft ルーティング ストレージ エンドポイントを発行するかどうかを示すブール値フラグ

routingChoice

RoutingChoice

ルーティングの選択は、ユーザーが選択するネットワーク ルーティングの種類を定義します。

SasPolicy

ストレージ アカウントに割り当てられた SasPolicy。

名前 既定値 説明
expirationAction

ExpirationAction

Log

SAS 有効期限アクション。 ログのみを指定できます。

sasExpirationPeriod

string

SAS の有効期限 (DD.HH:MM:SS)。

Sku

ストレージ アカウントの SKU。

名前 説明
name

SkuName

SKU 名。 アカウントの作成に必要です。更新の場合は省略可能です。 古いバージョンでは、SKU 名は accountType と呼ばれることに注意してください。

tier

SkuTier

SKU レベル。 これは SKU 名に基づいています。

SkuConversionStatus

このプロパティは、現在の SKU 変換の状態を示します。

名前 説明
Failed

string

InProgress

string

Succeeded

string

SkuName

SKU 名。 アカウントの作成に必要です。更新の場合は省略可能です。 古いバージョンでは、SKU 名は accountType と呼ばれることに注意してください。

名前 説明
Premium_LRS

string

Premium_ZRS

string

Standard_GRS

string

Standard_GZRS

string

Standard_LRS

string

Standard_RAGRS

string

Standard_RAGZRS

string

Standard_ZRS

string

SkuTier

SKU レベル。 これは SKU 名に基づいています。

名前 説明
Premium

string

Standard

string

State

仮想ネットワーク 規則の状態を取得します。

名前 説明
Deprovisioning

string

Failed

string

NetworkSourceDeleted

string

Provisioning

string

Succeeded

string

StorageAccount

ストレージ アカウント。

名前 説明
extendedLocation

ExtendedLocation

リソースの extendedLocation。

id

string

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

identity

Identity

リソースの ID。

kind

Kind

Kind を取得します。

location

string

リソースが保存されている地理的な場所

name

string

リソースの名前

properties.accessTier

AccessTier

種類が BlobStorage のストレージ アカウントに必要です。 アクセス層は課金に使用されます。 "Premium" アクセス層は Premium ブロック BLOB ストレージ アカウントの種類の既定値であり、Premium ブロック BLOB ストレージ アカウントの種類に対しては変更できません。

properties.accountMigrationInProgress

boolean

顧客が開始したアカウントの移行が進行中の場合、値は true、それ以外の場合は null になります。

properties.allowBlobPublicAccess

boolean

ストレージ アカウント内のすべての BLOB またはコンテナーへのパブリック アクセスを許可または禁止します。 このプロパティの既定の解釈は false です。

properties.allowCrossTenantReplication

boolean

AAD テナント 間のオブジェクト レプリケーションを許可または禁止します。 オブジェクト レプリケーション ポリシーに別の AAD テナント内のストレージ アカウントが含まれる場合にのみ、新規または既存のアカウントに対してこのプロパティを true に設定します。 新しいアカウントが既定でベスト セキュリティ プラクティスに従う場合、既定の解釈は false です。

properties.allowSharedKeyAccess

boolean

ストレージ アカウントが、共有キーを介してアカウント アクセス キーを使用して要求を承認することを許可するかどうかを示します。 false の場合、共有アクセス署名を含むすべての要求が Azure Active Directory (Azure AD) で承認されている必要があります。 既定値は null で、true と同じです。

properties.allowedCopyScope

AllowedCopyScope

AAD テナント内またはプライベート リンクを使用して、同じ VNet へのストレージ アカウントとの間のコピーを制限します。

properties.azureFilesIdentityBasedAuthentication

AzureFilesIdentityBasedAuthentication

Azure Filesの ID ベースの認証設定を提供します。

properties.blobRestoreStatus

BlobRestoreStatus

BLOB の復元の状態

properties.creationTime

string

ストレージ アカウントの作成日時を UTC で取得します。

properties.customDomain

CustomDomain

ユーザーがこのストレージ アカウントに割り当てたカスタム ドメインを取得します。

properties.defaultToOAuthAuthentication

boolean

既定の認証が OAuth かどうかを示すブール値フラグ。 このプロパティの既定の解釈は false です。

properties.dnsEndpointType

DnsEndpointType

エンドポイントの種類を指定できます。 これを AzureDNSZone に設定すると、1 つのサブスクリプションに多数のアカウントが作成されます。これにより、Azure DNS ゾーンにアカウントが作成され、エンドポイント URL に英数字の DNS ゾーン識別子が設定されます。

properties.encryption

Encryption

ストレージ アカウントのサーバー側暗号化に使用する暗号化設定。

properties.failoverInProgress

boolean

フェールオーバーが進行中の場合、値は true になり、それ以外の場合は null になります。

properties.geoReplicationStats

GeoReplicationStats

geo レプリケーションの統計

properties.immutableStorageWithVersioning

ImmutableStorageAccount

プロパティは不変であり、アカウント作成時にのみ true に設定できます。 true に設定すると、アカウント内のすべてのコンテナーのオブジェクト レベルの不変性が既定で有効になります。

properties.isHnsEnabled

boolean

アカウント HierarchyNamespace が true に設定されている場合は有効になります。

properties.isLocalUserEnabled

boolean

ローカル ユーザー機能を有効にします (true に設定されている場合)

properties.isNfsV3Enabled

boolean

TRUE に設定されている場合、NFS 3.0 プロトコルのサポートが有効になります。

properties.isSftpEnabled

boolean

True に設定されている場合は、セキュリティで保護されたファイル転送プロトコルを有効にします

properties.isSkuConversionBlocked

boolean

移行が進行中の場合、このプロパティは true または false に設定されます。 既定値は null です。

properties.keyCreationTime

KeyCreationTime

ストレージ アカウント キーの作成時間。

properties.keyPolicy

KeyPolicy

ストレージ アカウントに割り当てられた KeyPolicy。

properties.largeFileSharesState

LargeFileSharesState

[有効] に設定されている場合は、大きなファイル共有を許可します。 一度有効にした後は無効にできません。

properties.lastGeoFailoverTime

string

セカンダリの場所へのフェールオーバーの最新のインスタンスのタイムスタンプを取得します。 最新のタイムスタンプのみが保持されます。 フェールオーバー インスタンスが存在したことがない場合、この要素は返されません。 accountType がStandard_GRSまたはStandard_RAGRSの場合にのみ使用できます。

properties.minimumTlsVersion

MinimumTlsVersion

ストレージへの要求で許可される最小 TLS バージョンを設定します。 このプロパティの既定の解釈は TLS 1.0 です。

properties.networkAcls

NetworkRuleSet

ネットワーク 規則セット

properties.primaryEndpoints

Endpoints

パブリック BLOB、キュー、またはテーブル オブジェクトの取得を実行するために使用される URL を取得します。 Standard_ZRSアカウントとPremium_LRS アカウントは BLOB エンドポイントのみを返します。

properties.primaryLocation

string

ストレージ アカウントのプライマリ データ センターの場所を取得します。

properties.privateEndpointConnections

PrivateEndpointConnection[]

指定したストレージ アカウントに関連付けられているプライベート エンドポイント接続の一覧

properties.provisioningState

ProvisioningState

操作が呼び出されたときのストレージ アカウントの状態を取得します。

properties.publicNetworkAccess

PublicNetworkAccess

ストレージ アカウントへのパブリック ネットワーク アクセスを許可または禁止します。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。

properties.routingPreference

RoutingPreference

ユーザーがデータ転送を選択したネットワーク ルーティングの選択に関する情報を保持します

properties.sasPolicy

SasPolicy

ストレージ アカウントに割り当てられた SasPolicy。

properties.secondaryEndpoints

Endpoints

ストレージ アカウントのセカンダリの場所からパブリック BLOB、キュー、またはテーブル オブジェクトの取得を実行するために使用される URL を取得します。 SKU 名がStandard_RAGRSされている場合にのみ使用できます。

properties.secondaryLocation

string

ストレージ アカウントの geo レプリケートされたセカンダリの場所を取得します。 accountType がStandard_GRSまたはStandard_RAGRSの場合にのみ使用できます。

properties.statusOfPrimary

AccountStatus

ストレージ アカウントのプライマリの場所が使用可能か使用不可かを示す状態を取得します。

properties.statusOfSecondary

AccountStatus

ストレージ アカウントのセカンダリの場所が使用可能か使用不可かを示す状態を取得します。 SKU 名がStandard_GRSまたはStandard_RAGRS場合にのみ使用できます。

properties.storageAccountSkuConversionStatus

StorageAccountSkuConversionStatus

このプロパティは readOnly であり、非同期ストレージ アカウント SKU 変換操作中にサーバーによって設定されます。

properties.supportsHttpsTrafficOnly

boolean

が true に設定されている場合にのみ、ストレージ サービスへの https トラフィックを許可します。

sku

Sku

SKU を取得します。

tags

object

リソース タグ。

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

StorageAccountExpand

アカウントのプロパティ内のプロパティを展開するために使用できます。 既定では、プロパティをフェッチするときにデータは含まれません。 現在、geoReplicationStats と blobRestoreStatus のみがサポートされています。

名前 説明
blobRestoreStatus

string

geoReplicationStats

string

StorageAccountInternetEndpoints

インターネット ルーティング エンドポイントを介してパブリック BLOB、ファイル、Web、または dfs オブジェクトの取得を実行するために使用される URI。

名前 説明
blob

string

BLOB エンドポイントを取得します。

dfs

string

dfs エンドポイントを取得します。

file

string

ファイル エンドポイントを取得します。

web

string

Web エンドポイントを取得します。

StorageAccountMicrosoftEndpoints

Microsoft ルーティング エンドポイントを介してパブリック BLOB、キュー、テーブル、Web、または dfs オブジェクトの取得を実行するために使用される URI。

名前 説明
blob

string

BLOB エンドポイントを取得します。

dfs

string

dfs エンドポイントを取得します。

file

string

ファイル エンドポイントを取得します。

queue

string

キュー エンドポイントを取得します。

table

string

テーブル エンドポイントを取得します。

web

string

Web エンドポイントを取得します。

StorageAccountSkuConversionStatus

これにより、非同期 SKU 変換の SKU 変換状態オブジェクトが定義されます。

名前 説明
endTime

string

このプロパティは、SKU 変換の終了時刻を表します。

skuConversionStatus

SkuConversionStatus

このプロパティは、現在の SKU 変換の状態を示します。

startTime

string

このプロパティは、SKU 変換の開始時刻を表します。

targetSkuName

SkuName

このプロパティは、アカウント SKU が非同期的に変換されるターゲット SKU 名を表します。

UserAssignedIdentity

リソースの UserAssignedIdentity。

名前 説明
clientId

string

ID のクライアント ID。

principalId

string

ID のプリンシパル ID。

VirtualNetworkRule

Virtual Networkルール。

名前 既定値 説明
action

Action

Allow

仮想ネットワーク 規則のアクション。

id

string

サブネットのリソース ID(例: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName})。

state

State

仮想ネットワーク 規則の状態を取得します。