Clusters - Create Or Update
Log Analytics クラスターを作成または更新します。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}?api-version=2023-09-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
cluster
|
path | True |
string |
Log Analytics クラスターの名前。 正規表現パターン: |
resource
|
path | True |
string |
リソース グループの名前。 名前の大文字と小文字は区別されます。 |
subscription
|
path | True |
string |
ターゲット サブスクリプションの ID。 |
api-version
|
query | True |
string |
この操作に使用する API バージョン。 |
要求本文
名前 | 必須 | 型 | 説明 |
---|---|---|---|
location | True |
string |
リソースが保存されている地理的な場所 |
identity |
リソースの ID。 |
||
properties.associatedWorkspaces |
クラスターに関連付けられている Log Analytics ワークスペースの一覧 |
||
properties.billingType |
クラスターの課金の種類。 |
||
properties.capacityReservationProperties |
容量予約の追加のプロパティ |
||
properties.isAvailabilityZonesEnabled |
boolean |
クラスターが可用性ゾーンをサポートするかどうかを設定します。 これは、Azure Data ExplorerがAvailability Zonesをサポートしているリージョンでのみ true に設定できます。 このプロパティは、クラスターの作成後に変更できません。 リージョンでAvailability Zonesがサポートされている場合、既定値は 'true' です。 |
|
properties.isDoubleEncryptionEnabled |
boolean |
クラスターで二重暗号化を使用するかどうかを構成します。 このプロパティは、クラスターの作成後に変更できません。 既定値は 'true' です |
|
properties.keyVaultProperties |
関連付けられているキー プロパティ。 |
||
sku |
sku プロパティ。 |
||
tags |
object |
リソース タグ。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK 応答の定義。 |
|
201 Created |
応答定義を作成しました。 |
|
202 Accepted |
受け入れられた応答の定義。 |
|
Other Status Codes |
操作に失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
例
ClustersCreate
要求のサンプル
PUT https://management.azure.com/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourcegroups/oiautorest6685/providers/Microsoft.OperationalInsights/clusters/oiautorest6685?api-version=2023-09-01
{
"sku": {
"name": "CapacityReservation",
"capacity": 1000
},
"location": "australiasoutheast",
"tags": {
"tag1": "val1"
}
}
応答のサンプル
Location: https://management.azure.com/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/clusters/oiautorest6685/operationresults/c0f02ffd-0d4e-491e-a10c-fb82a1543a77?api-version=2023-09-01
Azure-AsyncOperation: https://management.azure.com/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/providers/Microsoft.OperationalInsights/locations/eastus/operationstatuses/c0f02ffd-0d4e-491e-a10c-fb82a1543a77?api-version=2023-09-01
{
"properties": {
"keyVaultProperties": {
"keyVaultUri": "https://aztest2170.vault.azure.net",
"keyName": "aztest2170cert",
"keyVersion": "654ft6c4e63845cbb50fd6fg51540429"
},
"provisioningState": "ProvisioningAccount",
"clusterId": "1c3f2afc-9ec1-4e74-bfe8-022b83bcd7b1",
"billingType": "Cluster",
"lastModifiedDate": "Sun, 04 Jan 2020 17:10:56 GMT",
"createdDate": "Mon, 13 Jan 2020 14:40:33 GMT",
"associatedWorkspaces": [],
"capacityReservationProperties": {
"lastSkuUpdate": "Thu, 01 Jan 1970 00:00:00 GMT",
"minCapacity": 100
}
},
"id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/oiautorest6685",
"identity": {
"principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b",
"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"type": "SystemAssigned"
},
"sku": {
"name": "CapacityReservation",
"capacity": 1000
},
"name": "oiautorest6685",
"type": "Microsoft.OperationalInsights/clusters",
"location": "australiasoutheast"
}
{
"properties": {
"keyVaultProperties": {
"keyVaultUri": "https://aztest2170.vault.azure.net",
"keyName": "aztest2170cert",
"keyVersion": "654ft6c4e63845cbb50fd6fg51540429"
},
"provisioningState": "ProvisioningAccount",
"clusterId": "1c3f2afc-9ec1-4e74-bfe8-022b83bcd7b1",
"billingType": "Cluster",
"lastModifiedDate": "Sun, 04 Jan 2020 17:10:56 GMT",
"createdDate": "Mon, 13 Jan 2020 14:40:33 GMT",
"associatedWorkspaces": [],
"capacityReservationProperties": {
"lastSkuUpdate": "Thu, 01 Jan 1970 00:00:00 GMT",
"minCapacity": 100
}
},
"id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/oiautorest6685",
"identity": {
"principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b",
"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"type": "SystemAssigned"
},
"sku": {
"name": "CapacityReservation",
"capacity": 1000
},
"name": "oiautorest6685",
"type": "Microsoft.OperationalInsights/clusters",
"location": "australiasoutheast"
}
定義
名前 | 説明 |
---|---|
Associated |
クラスターに関連付けられている Log Analytics ワークスペースの一覧。 |
Billing |
クラスターの課金の種類。 |
Capacity |
このクラスターの容量予約レベル (ギガバイト単位)。 |
Capacity |
容量予約のプロパティ。 |
Cluster |
最上位レベルの Log Analytics クラスター リソース コンテナー。 |
Cluster |
クラスターのプロビジョニング状態。 |
Cluster |
クラスター SKU 定義。 |
Cluster |
クラスターの SKU (層)。 |
Error |
リソース管理エラーの追加情報。 |
Error |
エラーの詳細。 |
Error |
エラー応答 |
key |
キー コンテナーのプロパティ。 |
Managed |
マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID) |
Managed |
マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 |
User |
ユーザー割り当て ID プロパティ |
AssociatedWorkspace
クラスターに関連付けられている Log Analytics ワークスペースの一覧。
名前 | 型 | 説明 |
---|---|---|
associateDate |
string |
ワークスペースの関連付けの時刻。 |
resourceId |
string |
関連付けられたワークスペース arm リソース ID。'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName} の形式です。 |
workspaceId |
string |
関連付けられたワークスペースの変更できない ID。 |
workspaceName |
string |
関連付けられたワークスペース リソース名。 |
BillingType
クラスターの課金の種類。
名前 | 型 | 説明 |
---|---|---|
Cluster |
string |
|
Workspaces |
string |
Capacity
このクラスターの容量予約レベル (ギガバイト単位)。
名前 | 型 | 説明 |
---|---|---|
100 |
Integer |
|
1000 |
Integer |
|
10000 |
Integer |
|
200 |
Integer |
|
2000 |
Integer |
|
25000 |
Integer |
|
300 |
Integer |
|
400 |
Integer |
|
500 |
Integer |
|
5000 |
Integer |
|
50000 |
Integer |
CapacityReservationProperties
容量予約のプロパティ。
名前 | 型 | 説明 |
---|---|---|
lastSkuUpdate |
string |
Sku が最後に更新された時刻。 |
minCapacity |
integer |
CapacityReservation の最小値 (ギガバイト単位)。 |
Cluster
最上位レベルの Log Analytics クラスター リソース コンテナー。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
identity |
リソースの ID。 |
|
location |
string |
リソースが保存されている地理的な場所 |
name |
string |
リソースの名前 |
properties.associatedWorkspaces |
クラスターに関連付けられている Log Analytics ワークスペースの一覧 |
|
properties.billingType |
クラスターの課金の種類。 |
|
properties.capacityReservationProperties |
容量予約の追加のプロパティ |
|
properties.clusterId |
string |
クラスターに関連付けられている ID。 |
properties.createdDate |
string |
クラスターの作成時間 |
properties.isAvailabilityZonesEnabled |
boolean |
クラスターが可用性ゾーンをサポートするかどうかを設定します。 これは、Azure Data ExplorerがAvailability Zonesをサポートしているリージョンでのみ true に設定できます。 このプロパティは、クラスターの作成後に変更できません。 リージョンでAvailability Zonesがサポートされている場合、既定値は 'true' です。 |
properties.isDoubleEncryptionEnabled |
boolean |
クラスターで二重暗号化を使用するかどうかを構成します。 このプロパティは、クラスターの作成後に変更できません。 既定値は 'true' です |
properties.keyVaultProperties |
関連付けられているキー プロパティ。 |
|
properties.lastModifiedDate |
string |
クラスターが最後に更新された時刻。 |
properties.provisioningState |
クラスターのプロビジョニング状態。 |
|
sku |
sku プロパティ。 |
|
tags |
object |
リソース タグ。 |
type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
ClusterEntityStatus
クラスターのプロビジョニング状態。
名前 | 型 | 説明 |
---|---|---|
Canceled |
string |
|
Creating |
string |
|
Deleting |
string |
|
Failed |
string |
|
ProvisioningAccount |
string |
|
Succeeded |
string |
|
Updating |
string |
ClusterSku
クラスター SKU 定義。
名前 | 型 | 説明 |
---|---|---|
capacity |
このクラスターの容量予約レベル (ギガバイト単位)。 |
|
name |
クラスターの SKU (層)。 |
ClusterSkuNameEnum
クラスターの SKU (層)。
名前 | 型 | 説明 |
---|---|---|
CapacityReservation |
string |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
ErrorDetail
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
エラーの詳細です。 |
|
message |
string |
エラー メッセージ。 |
target |
string |
エラーのターゲット。 |
ErrorResponse
エラー応答
名前 | 型 | 説明 |
---|---|---|
error |
error オブジェクト。 |
keyVaultProperties
キー コンテナーのプロパティ。
名前 | 型 | 説明 |
---|---|---|
keyName |
string |
Log Analytics クラスターに関連付けられているキーの名前。 |
keyRsaSize |
integer |
選択したキーの最小必要サイズ。 |
keyVaultUri |
string |
Log Analytics クラスターに関連付けられているキーを保持するKey Vault URI。 |
keyVersion |
string |
Log Analytics クラスターに関連付けられているキーのバージョン。 |
ManagedServiceIdentity
マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID)
名前 | 型 | 説明 |
---|---|---|
principalId |
string |
システム割り当て ID のサービス プリンシパル ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。 |
tenantId |
string |
システム割り当て ID のテナント ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。 |
type |
マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 |
|
userAssignedIdentities |
<string,
User |
User-Assigned ID |
ManagedServiceIdentityType
マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。
名前 | 型 | 説明 |
---|---|---|
None |
string |
|
SystemAssigned |
string |
|
SystemAssigned,UserAssigned |
string |
|
UserAssigned |
string |
UserAssignedIdentity
ユーザー割り当て ID プロパティ
名前 | 型 | 説明 |
---|---|---|
clientId |
string |
割り当てられた ID のクライアント ID。 |
principalId |
string |
割り当てられた ID のプリンシパル ID。 |