Managed Instances - Update
マネージド インスタンスを更新します。
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
managed
|
path | True |
string |
マネージド インスタンスの名前。 |
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
identity |
マネージド インスタンス ID |
|
properties.administratorLogin |
string |
マネージド インスタンスの管理者ユーザー名。 マネージド インスタンスの作成時にのみ指定できます (作成には と が必要です)。 |
properties.administratorLoginPassword |
string |
管理者ログイン パスワード (マネージド インスタンスの作成に必要)。 |
properties.administrators |
サーバーの Azure Active Directory 管理者。 |
|
properties.collation |
string |
マネージド インスタンスの照合順序。 |
properties.dnsZonePartner |
string |
このマネージド インスタンスが作成後に共有する DNS ゾーンを持つ別のマネージド インスタンスのリソース ID。 |
properties.instancePoolId |
string |
このマネージド サーバーが属するインスタンス プールの ID。 |
properties.keyId |
string |
暗号化に使用するキーの CMK URI。 |
properties.licenseType |
ライセンスの種類。 使用可能な値は、'LicenseIncluded' (新しい SQL ライセンスを含む通常価格) と 'BasePrice' (独自の SQL ライセンスを持ち込むための割引された AHB 価格) です。 |
|
properties.maintenanceConfigurationId |
string |
このマネージド インスタンスに適用するメンテナンス構成 ID を指定します。 |
properties.managedInstanceCreateMode |
データベースの作成モードを指定します。 既定値: 通常のインスタンスの作成。 復元: 一連のバックアップを特定の時点に復元してインスタンスを作成します。 RestorePointInTime と SourceManagedInstanceId を指定する必要があります。 |
|
properties.minimalTlsVersion |
string |
最小 TLS バージョン。 使用できる値: 'None'、'1.0'、'1.1'、'1.2' |
properties.primaryUserAssignedIdentityId |
string |
既定で使用されるユーザー割り当て ID のリソース ID。 |
properties.proxyOverride |
インスタンスへの接続に使用される接続の種類。 |
|
properties.publicDataEndpointEnabled |
boolean |
パブリック データ エンドポイントが有効かどうか。 |
properties.requestedBackupStorageRedundancy |
このインスタンスのバックアップを格納するために使用するストレージ アカウントの種類。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage)、GeoZone(GeoZoneRedundantStorage) です。 |
|
properties.restorePointInTime |
string |
新しいデータベースを作成するために復元されるソース データベースの時点 (ISO8601形式) を指定します。 |
properties.servicePrincipal |
マネージド インスタンスのサービス プリンシパル。 |
|
properties.sourceManagedInstanceId |
string |
このインスタンスの作成操作に関連付けられているソース マネージド インスタンスのリソース識別子。 |
properties.storageSizeInGB |
integer |
ストレージ サイズ (GB 単位)。 最小値: 32。 最大値: 16384。 32 GB の増分のみが許可されます。 最大値は、選択したハードウェア ファミリと仮想コアの数によって異なります。 |
properties.subnetId |
string |
マネージド インスタンスのサブネット リソース ID。 |
properties.timezoneId |
string |
タイムゾーンの ID。 使用できる値は、Windows でサポートされているタイムゾーンです。 Windows では、id を含むサポートされているタイムゾーンの詳細がレジストリの KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones に保持されます。 これらのレジストリ値は、SELECT name AS timezone_id FROM sys.time_zone_infoに対してクエリを実行することで、SQL Serverを使用して取得できます。 Id の一覧は、PowerShell で [System.TimeZoneInfo]::GetSystemTimeZones() を実行して取得することもできます。 有効なタイムゾーン ID の例として、"太平洋標準時" または "W" があります。 ヨーロッパ標準時" |
properties.vCores |
integer |
仮想コアの数。 使用できる値: 8、16、24、32、40、64、80。 |
properties.zoneRedundant |
boolean |
multi-az が有効かどうか。 |
sku |
マネージド インスタンス SKU |
|
tags |
object |
リソース タグ。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
マネージド インスタンスが正常に更新されました。 |
|
202 Accepted |
同意 |
|
Other Status Codes |
エラー応答: ***
|
例
Remove maintenance policy from managed instance (select default maintenance policy) |
Update managed instance with all properties |
Update managed instance with minimal properties |
Remove maintenance policy from managed instance (select default maintenance policy)
要求のサンプル
PATCH https://management.azure.com/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/resourceGroups/testrg/providers/Microsoft.Sql/managedInstances/testinstance?api-version=2021-11-01
{
"properties": {
"maintenanceConfigurationId": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default"
}
}
応答のサンプル
{
"sku": {
"name": "GP_Gen4",
"tier": "GeneralPurpose",
"capacity": 8,
"family": "Gen4"
},
"properties": {
"fullyQualifiedDomainName": "testinstance.1b4e2caff2530.database.windows.net",
"administratorLogin": "dummylogin",
"subnetId": "/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/resourceGroups/testrg/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1",
"state": "Ready",
"vCores": 8,
"storageSizeInGB": 1024,
"licenseType": "LicenseIncluded",
"collation": "SQL_Latin1_General_CP1_CI_AS",
"publicDataEndpointEnabled": false,
"proxyOverride": "Default",
"dnsZone": "1b4e2caff2530",
"instancePoolId": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/resourceGroups/testrg/providers/Microsoft.Sql/instancePools/instancePool1",
"maintenanceConfigurationId": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default"
},
"location": "japaneast",
"id": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/resourceGroups/testrg/providers/Microsoft.Sql/managedInstances/testinstance",
"name": "testinstance",
"type": "Microsoft.Sql/managedInstances"
}
Update managed instance with all properties
要求のサンプル
PATCH https://management.azure.com/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/resourceGroups/testrg/providers/Microsoft.Sql/managedInstances/testinstance?api-version=2021-11-01
{
"tags": {
"tagKey1": "TagValue1"
},
"sku": {
"name": "GP_Gen4",
"tier": "GeneralPurpose",
"capacity": 8
},
"properties": {
"administratorLogin": "dummylogin",
"administratorLoginPassword": "PLACEHOLDER",
"proxyOverride": "Redirect",
"publicDataEndpointEnabled": false,
"minimalTlsVersion": "1.2",
"licenseType": "BasePrice",
"vCores": 8,
"storageSizeInGB": 448,
"collation": "SQL_Latin1_General_CP1_CI_AS",
"requestedBackupStorageRedundancy": "Geo",
"maintenanceConfigurationId": "/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_JapanEast_MI_1"
}
}
応答のサンプル
{
"tags": {
"tagKey1": "TagValue1"
},
"id": "/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/resourceGroups/testrg/providers/Microsoft.Sql/managedInstances/testinstance",
"name": "testinstance",
"type": "Microsoft.Sql/managedInstances",
"location": "japaneast",
"sku": {
"name": "GP_Gen4",
"tier": "GeneralPurpose",
"capacity": 8,
"family": "Gen4"
},
"properties": {
"fullyQualifiedDomainName": "testinstance.1b4e2caff2530.database.windows.net",
"administratorLogin": "dummylogin",
"subnetId": "/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/resourceGroups/testrg/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1",
"state": "Ready",
"vCores": 8,
"storageSizeInGB": 448,
"licenseType": "BasePrice",
"collation": "SQL_Latin1_General_CP1_CI_AS",
"publicDataEndpointEnabled": false,
"proxyOverride": "Redirect",
"minimalTlsVersion": "1.2",
"dnsZone": "1b4e2caff2530",
"instancePoolId": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/resourceGroups/testrg/providers/Microsoft.Sql/instancePools/instancePool1",
"maintenanceConfigurationId": "/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_JapanEast_MI_1",
"currentBackupStorageRedundancy": "Geo",
"requestedBackupStorageRedundancy": "Geo"
}
}
Update managed instance with minimal properties
要求のサンプル
応答のサンプル
{
"sku": {
"name": "GP_Gen4",
"tier": "GeneralPurpose",
"capacity": 8,
"family": "Gen4"
},
"properties": {
"fullyQualifiedDomainName": "testinstance.1b4e2caff2530.database.windows.net",
"administratorLogin": "PLACEHOLDER",
"subnetId": "/subscriptions/20D7082A-0FC7-4468-82BD-542694D5042B/resourceGroups/testrg/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1",
"state": "Ready",
"vCores": 8,
"storageSizeInGB": 1024,
"licenseType": "LicenseIncluded",
"collation": "SQL_Latin1_General_CP1_CI_AS",
"publicDataEndpointEnabled": false,
"proxyOverride": "Default",
"dnsZone": "1b4e2caff2530",
"instancePoolId": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/resourceGroups/testrg/providers/Microsoft.Sql/instancePools/instancePool1",
"maintenanceConfigurationId": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default",
"currentBackupStorageRedundancy": "Geo",
"requestedBackupStorageRedundancy": "Geo"
},
"location": "japaneast",
"tags": {
"tagKey1": "TagValue1"
},
"id": "/subscriptions/20d7082a-0fc7-4468-82bd-542694d5042b/resourceGroups/testrg/providers/Microsoft.Sql/managedInstances/testinstance",
"name": "testinstance",
"type": "Microsoft.Sql/managedInstances"
}
定義
名前 | 説明 |
---|---|
Administrator |
切断管理者の種類。 |
Backup |
このインスタンスのバックアップを格納するために使用されるストレージ アカウントの種類。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage)、GeoZone(GeoZoneRedundantStorage) です。 |
Identity |
ID の種類。 リソースの Azure Active Directory プリンシパルを自動的に作成して割り当てるには、これを "SystemAssigned" に設定します。 |
Managed |
Azure SQL マネージド インスタンス。 |
Managed |
Active Directory 管理者のプロパティ。 |
Managed |
ライセンスの種類。 使用可能な値は、'LicenseIncluded' (新しい SQL ライセンスを含む通常価格) と 'BasePrice' (独自の SQL ライセンスを持ち込むための割引された AHB 価格) です。 |
Managed |
マネージド インスタンスの下のプライベート エンドポイント接続 |
Managed |
プライベート エンドポイント接続のプロパティ。 |
Managed |
|
Managed |
|
Managed |
インスタンスへの接続に使用される接続の種類。 |
Managed |
Azure SQL Database マネージド インスタンスの更新要求。 |
Managed |
データベースの作成モードを指定します。 既定値: 通常のインスタンスの作成。 復元: 一連のバックアップを特定の時点に復元してインスタンスを作成します。 RestorePointInTime と SourceManagedInstanceId を指定する必要があります。 |
Principal |
サーバー管理者のプリンシパルの種類。 |
Resource |
リソースの Azure Active Directory ID 構成。 |
Service |
リソースのマネージド インスタンスのサービス プリンシパル構成。 |
Service |
サービス プリンシパルの種類。 |
Sku |
ARM リソース SKU。 |
User |
リソースの Azure Active Directory ID 構成。 |
AdministratorType
切断管理者の種類。
名前 | 型 | 説明 |
---|---|---|
ActiveDirectory |
string |
BackupStorageRedundancy
このインスタンスのバックアップを格納するために使用されるストレージ アカウントの種類。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage)、GeoZone(GeoZoneRedundantStorage) です。
名前 | 型 | 説明 |
---|---|---|
Geo |
string |
|
GeoZone |
string |
|
Local |
string |
|
Zone |
string |
IdentityType
ID の種類。 リソースの Azure Active Directory プリンシパルを自動的に作成して割り当てるには、これを "SystemAssigned" に設定します。
名前 | 型 | 説明 |
---|---|---|
None |
string |
|
SystemAssigned |
string |
|
SystemAssigned,UserAssigned |
string |
|
UserAssigned |
string |
ManagedInstance
Azure SQL マネージド インスタンス。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
identity |
マネージド インスタンスの Azure Active Directory ID。 |
|
location |
string |
リソースの場所。 |
name |
string |
リソース名。 |
properties.administratorLogin |
string |
マネージド インスタンスの管理者ユーザー名。 マネージド インスタンスの作成時にのみ指定できます (作成には と が必要です)。 |
properties.administratorLoginPassword |
string |
管理者ログイン パスワード (マネージド インスタンスの作成に必要)。 |
properties.administrators |
サーバーの Azure Active Directory 管理者。 |
|
properties.collation |
string |
マネージド インスタンスの照合順序。 |
properties.currentBackupStorageRedundancy |
このインスタンスのバックアップを格納するために使用されるストレージ アカウントの種類。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage)、GeoZone(GeoZoneRedundantStorage) です。 |
|
properties.dnsZone |
string |
マネージド インスタンスが存在する Dns ゾーン。 |
properties.dnsZonePartner |
string |
このマネージド インスタンスが作成後に共有する DNS ゾーンを持つ別のマネージド インスタンスのリソース ID。 |
properties.fullyQualifiedDomainName |
string |
マネージド インスタンスの完全修飾ドメイン名。 |
properties.instancePoolId |
string |
このマネージド サーバーが属するインスタンス プールの ID。 |
properties.keyId |
string |
暗号化に使用するキーの CMK URI。 |
properties.licenseType |
ライセンスの種類。 使用可能な値は、'LicenseIncluded' (新しい SQL ライセンスを含む通常価格) と 'BasePrice' (独自の SQL ライセンスを持ち込むための割引された AHB 価格) です。 |
|
properties.maintenanceConfigurationId |
string |
このマネージド インスタンスに適用するメンテナンス構成 ID を指定します。 |
properties.managedInstanceCreateMode |
データベースの作成モードを指定します。 既定値: 通常のインスタンスの作成。 復元: 一連のバックアップを特定の時点に復元してインスタンスを作成します。 RestorePointInTime と SourceManagedInstanceId を指定する必要があります。 |
|
properties.minimalTlsVersion |
string |
最小 TLS バージョン。 使用できる値: 'None'、'1.0'、'1.1'、'1.2' |
properties.primaryUserAssignedIdentityId |
string |
既定で使用されるユーザー割り当て ID のリソース ID。 |
properties.privateEndpointConnections |
マネージド インスタンス上のプライベート エンドポイント接続の一覧。 |
|
properties.provisioningState |
enum:
|
|
properties.proxyOverride |
インスタンスへの接続に使用される接続の種類。 |
|
properties.publicDataEndpointEnabled |
boolean |
パブリック データ エンドポイントが有効かどうか。 |
properties.requestedBackupStorageRedundancy |
このインスタンスのバックアップを格納するために使用するストレージ アカウントの種類。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage)、GeoZone(GeoZoneRedundantStorage) です。 |
|
properties.restorePointInTime |
string |
新しいデータベースを作成するために復元されるソース データベースの時点 (ISO8601形式) を指定します。 |
properties.servicePrincipal |
マネージド インスタンスのサービス プリンシパル。 |
|
properties.sourceManagedInstanceId |
string |
このインスタンスの作成操作に関連付けられているソース マネージド インスタンスのリソース識別子。 |
properties.state |
string |
マネージド インスタンスの状態。 |
properties.storageSizeInGB |
integer |
ストレージ サイズ (GB 単位)。 最小値: 32。 最大値: 16384。 32 GB の増分のみが許可されます。 最大値は、選択したハードウェア ファミリと仮想コアの数によって異なります。 |
properties.subnetId |
string |
マネージド インスタンスのサブネット リソース ID。 |
properties.timezoneId |
string |
タイムゾーンの ID。 使用できる値は、Windows でサポートされているタイムゾーンです。 Windows では、id を含むサポートされているタイムゾーンの詳細がレジストリの KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones に保持されます。 これらのレジストリ値は、SELECT name AS timezone_id FROM sys.time_zone_infoに対してクエリを実行することで、SQL Serverを使用して取得できます。 Id の一覧は、PowerShell で [System.TimeZoneInfo]::GetSystemTimeZones() を実行して取得することもできます。 有効なタイムゾーン ID の例として、"太平洋標準時" または "W" があります。 ヨーロッパ標準時" |
properties.vCores |
integer |
仮想コアの数。 使用できる値: 8、16、24、32、40、64、80。 |
properties.zoneRedundant |
boolean |
multi-az が有効かどうか。 |
sku |
マネージド インスタンス SKU。 sku.name に使用できる値: GP_Gen5、GP_G8IM、GP_G8IH、BC_Gen5、BC_G8IM、BC_G8IH |
|
tags |
object |
リソース タグ。 |
type |
string |
リソースの種類。 |
ManagedInstanceExternalAdministrator
Active Directory 管理者のプロパティ。
名前 | 型 | 説明 |
---|---|---|
administratorType |
切断管理者の種類。 |
|
azureADOnlyAuthentication |
boolean |
Azure Active Directory のみ認証が有効になっています。 |
login |
string |
サーバー管理者のログイン名。 |
principalType |
サーバー管理者のプリンシパルの種類。 |
|
sid |
string |
サーバー管理者の SID (オブジェクト ID)。 |
tenantId |
string |
管理者のテナント ID。 |
ManagedInstanceLicenseType
ライセンスの種類。 使用可能な値は、'LicenseIncluded' (新しい SQL ライセンスを含む通常価格) と 'BasePrice' (独自の SQL ライセンスを持ち込むための割引された AHB 価格) です。
名前 | 型 | 説明 |
---|---|---|
BasePrice |
string |
|
LicenseIncluded |
string |
ManagedInstancePecProperty
マネージド インスタンスの下のプライベート エンドポイント接続
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
properties |
プライベート エンドポイント接続プロパティ |
ManagedInstancePrivateEndpointConnectionProperties
プライベート エンドポイント接続のプロパティ。
名前 | 型 | 説明 |
---|---|---|
privateEndpoint |
接続が属するプライベート エンドポイント。 |
|
privateLinkServiceConnectionState |
プライベート エンドポイント接続の接続状態。 |
|
provisioningState |
string |
プライベート エンドポイント接続の状態。 |
ManagedInstancePrivateEndpointProperty
名前 | 型 | 説明 |
---|---|---|
id |
string |
プライベート エンドポイントのリソース ID。 |
ManagedInstancePrivateLinkServiceConnectionStateProperty
名前 | 型 | 説明 |
---|---|---|
actionsRequired |
string |
プライベート リンク サービス接続の説明。 |
description |
string |
プライベート リンク サービス接続の説明。 |
status |
string |
プライベート リンク サービスの接続状態。 |
ManagedInstanceProxyOverride
インスタンスへの接続に使用される接続の種類。
名前 | 型 | 説明 |
---|---|---|
Default |
string |
|
Proxy |
string |
|
Redirect |
string |
ManagedInstanceUpdate
Azure SQL Database マネージド インスタンスの更新要求。
名前 | 型 | 説明 |
---|---|---|
identity |
マネージド インスタンス ID |
|
properties.administratorLogin |
string |
マネージド インスタンスの管理者ユーザー名。 マネージド インスタンスの作成時にのみ指定できます (作成には と が必要です)。 |
properties.administratorLoginPassword |
string |
管理者ログイン パスワード (マネージド インスタンスの作成に必要)。 |
properties.administrators |
サーバーの Azure Active Directory 管理者。 |
|
properties.collation |
string |
マネージド インスタンスの照合順序。 |
properties.currentBackupStorageRedundancy |
このインスタンスのバックアップを格納するために使用されるストレージ アカウントの種類。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage)、GeoZone(GeoZoneRedundantStorage) です。 |
|
properties.dnsZone |
string |
マネージド インスタンスが存在する Dns ゾーン。 |
properties.dnsZonePartner |
string |
このマネージド インスタンスが作成後に共有する DNS ゾーンを持つ別のマネージド インスタンスのリソース ID。 |
properties.fullyQualifiedDomainName |
string |
マネージド インスタンスの完全修飾ドメイン名。 |
properties.instancePoolId |
string |
このマネージド サーバーが属するインスタンス プールの ID。 |
properties.keyId |
string |
暗号化に使用するキーの CMK URI。 |
properties.licenseType |
ライセンスの種類。 使用可能な値は、'LicenseIncluded' (新しい SQL ライセンスを含む通常価格) と 'BasePrice' (独自の SQL ライセンスを持ち込むための割引された AHB 価格) です。 |
|
properties.maintenanceConfigurationId |
string |
このマネージド インスタンスに適用するメンテナンス構成 ID を指定します。 |
properties.managedInstanceCreateMode |
データベースの作成モードを指定します。 既定値: 通常のインスタンスの作成。 復元: 一連のバックアップを特定の時点に復元してインスタンスを作成します。 RestorePointInTime と SourceManagedInstanceId を指定する必要があります。 |
|
properties.minimalTlsVersion |
string |
最小 TLS バージョン。 使用できる値: 'None'、'1.0'、'1.1'、'1.2' |
properties.primaryUserAssignedIdentityId |
string |
既定で使用されるユーザー割り当て ID のリソース ID。 |
properties.privateEndpointConnections |
マネージド インスタンス上のプライベート エンドポイント接続の一覧。 |
|
properties.provisioningState |
enum:
|
|
properties.proxyOverride |
インスタンスへの接続に使用される接続の種類。 |
|
properties.publicDataEndpointEnabled |
boolean |
パブリック データ エンドポイントが有効かどうか。 |
properties.requestedBackupStorageRedundancy |
このインスタンスのバックアップを格納するために使用するストレージ アカウントの種類。 オプションは、Local (LocallyRedundantStorage)、Zone (ZoneRedundantStorage)、Geo (GeoRedundantStorage)、GeoZone(GeoZoneRedundantStorage) です。 |
|
properties.restorePointInTime |
string |
新しいデータベースを作成するために復元されるソース データベースの時点 (ISO8601形式) を指定します。 |
properties.servicePrincipal |
マネージド インスタンスのサービス プリンシパル。 |
|
properties.sourceManagedInstanceId |
string |
このインスタンスの作成操作に関連付けられているソース マネージド インスタンスのリソース識別子。 |
properties.state |
string |
マネージド インスタンスの状態。 |
properties.storageSizeInGB |
integer |
ストレージ サイズ (GB 単位)。 最小値: 32。 最大値: 16384。 32 GB の増分のみが許可されます。 最大値は、選択したハードウェア ファミリと仮想コアの数によって異なります。 |
properties.subnetId |
string |
マネージド インスタンスのサブネット リソース ID。 |
properties.timezoneId |
string |
タイムゾーンの ID。 使用できる値は、Windows でサポートされているタイムゾーンです。 Windows では、id を含むサポートされているタイムゾーンの詳細がレジストリの KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones に保持されます。 これらのレジストリ値は、SELECT name AS timezone_id FROM sys.time_zone_infoに対してクエリを実行することで、SQL Serverを使用して取得できます。 Id の一覧は、PowerShell で [System.TimeZoneInfo]::GetSystemTimeZones() を実行して取得することもできます。 有効なタイムゾーン ID の例として、"太平洋標準時" または "W" があります。 ヨーロッパ標準時" |
properties.vCores |
integer |
仮想コアの数。 使用できる値: 8、16、24、32、40、64、80。 |
properties.zoneRedundant |
boolean |
multi-az が有効かどうか。 |
sku |
マネージド インスタンス SKU |
|
tags |
object |
リソース タグ。 |
ManagedServerCreateMode
データベースの作成モードを指定します。
既定値: 通常のインスタンスの作成。
復元: 一連のバックアップを特定の時点に復元してインスタンスを作成します。 RestorePointInTime と SourceManagedInstanceId を指定する必要があります。
名前 | 型 | 説明 |
---|---|---|
Default |
string |
|
PointInTimeRestore |
string |
PrincipalType
サーバー管理者のプリンシパルの種類。
名前 | 型 | 説明 |
---|---|---|
Application |
string |
|
Group |
string |
|
User |
string |
ResourceIdentity
リソースの Azure Active Directory ID 構成。
名前 | 型 | 説明 |
---|---|---|
principalId |
string |
Azure Active Directory プリンシパル ID。 |
tenantId |
string |
Azure Active Directory テナント ID。 |
type |
ID の種類。 リソースの Azure Active Directory プリンシパルを自動的に作成して割り当てるには、これを "SystemAssigned" に設定します。 |
|
userAssignedIdentities |
<string,
User |
使用するユーザー割り当て ID のリソース ID |
ServicePrincipal
リソースのマネージド インスタンスのサービス プリンシパル構成。
名前 | 型 | 説明 |
---|---|---|
clientId |
string |
Azure Active Directory アプリケーション クライアント ID。 |
principalId |
string |
Azure Active Directory アプリケーション オブジェクト ID。 |
tenantId |
string |
Azure Active Directory テナント ID。 |
type |
サービス プリンシパルの種類。 |
ServicePrincipalType
サービス プリンシパルの種類。
名前 | 型 | 説明 |
---|---|---|
None |
string |
|
SystemAssigned |
string |
Sku
ARM リソース SKU。
名前 | 型 | 説明 |
---|---|---|
capacity |
integer |
特定の SKU の容量。 |
family |
string |
同じ SKU に対して、サービスの世代が異なるハードウェアがある場合は、ここでキャプチャできます。 |
name |
string |
SKU の名前 。通常は、文字 + 数値コード (P3 など)。 |
size |
string |
特定の SKU のサイズ |
tier |
string |
特定の SKU のレベルまたはエディション (Basic、Premium など)。 |
UserIdentity
リソースの Azure Active Directory ID 構成。
名前 | 型 | 説明 |
---|---|---|
clientId |
string |
Azure Active Directory クライアント ID。 |
principalId |
string |
Azure Active Directory プリンシパル ID。 |