Microsoft.DocumentDB cassandraClusters/dataCenters 2022-08-15-preview
- 最新
- 2024-05-15
- 2024-05-15-preview
- 2024-02-15-preview
- 2023-11-15
- 2023-11-15-preview
- 2023-09-15
- 2023-09-15-preview
- 2023-04-15
- 2023-03-15
- 2023-03-15-preview
- 2023-03-01-preview
- 2022-11-15
- 2022-11-15-preview
- 2022-08-15
- 2022-08-15-preview
- 2022-05-15
- 2022-05-15-preview
- 2022-02-15-preview
- 2021-11-15-preview
- 2021-10-15
- 2021-10-15-preview
- 2021-07-01-preview
- 2021-04-01-preview
- 2021-03-01-preview
Bicep リソース定義
cassandraClusters/dataCenters リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.DocumentDB/cassandraClusters/dataCenters リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-08-15-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
authenticationMethodLdapProperties: {
searchBaseDistinguishedName: 'string'
searchFilterTemplate: 'string'
serverCertificates: [
{
pem: 'string'
}
]
serverHostname: 'string'
serverPort: int
serviceUserDistinguishedName: 'string'
serviceUserPassword: 'string'
}
availabilityZone: bool
backupStorageCustomerKeyUri: 'string'
base64EncodedCassandraYamlFragment: 'string'
dataCenterLocation: 'string'
delegatedSubnetId: 'string'
diskCapacity: int
diskSku: 'string'
managedDiskCustomerKeyUri: 'string'
nodeCount: int
provisioningState: 'string'
sku: 'string'
}
}
プロパティ値
cassandraClusters/dataCenters
名前 | 説明 | 値 |
---|---|---|
name | リソース名 Bicep で子リソースの名前と型を設定する方法を参照してください。 |
string (必須) |
parent | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「 親リソースの外部の子リソース」を参照してください。 |
種類のリソースのシンボル名: cassandraClusters |
properties | マネージド Cassandra データ センターのプロパティ。 | DataCenterResourceProperties |
DataCenterResourceProperties
名前 | 説明 | 値 |
---|---|---|
authenticationMethodLdapProperties | Ldap 認証方法のプロパティ。 この機能はプレビュー段階にあります。 | AuthenticationMethodLdapProperties |
availabilityZone | データ センターに可用性ゾーン機能がある場合は、cassandra データ センター仮想マシンをホストする仮想マシン スケール セットに適用します。 | [bool] |
backupStorageCustomerKeyUri | バックアップ ストレージ アカウントの暗号化に使用する顧客キーのキー URI を示します。 | string |
base64EncodedCassandraYamlFragment | このデータ センター内のすべてのノードの cassandra.yaml に含める cassandra.yaml 構成ファイルのフラグメント。 フラグメントは Base64 でエンコードする必要があり、キーのサブセットのみが許可されます。 | string |
dataCenterLocation | このデータ センターを作成するリージョン。 | string |
delegatedSubnetId | このデータ センター内のノードのネットワーク インターフェイスが接続されているサブネットのリソース ID。 サブネットは、'dataCenterLocation' で指定されているのと同じリージョンに存在し、クラスターの 'delegatedManagementSubnetId' プロパティで指定されたサブネットにルーティングできる必要があります。 このリソース ID は、'/subscriptions/{subscription id}/resourceGroups/{resource group}/providers/Microsoft.Network/virtualNetworks/{virtual network}/subnets/{subnet}' の形式になります。 | string |
diskCapacity | データ センターに使用されるディスクの数。 既定値は 4 です。 | INT |
diskSku | データ センターに使用されるディスク SKU。 既定値は P30 です。 | string |
managedDiskCustomerKeyUri | マネージド ディスクの暗号化に使用するキー URI。 クラスターのシステム割り当て ID に、キーに対する適切なアクセス許可 (キーの取得/ラップ/ラップ解除のアクセス許可) が割り当てられていることを確認します。 | string |
nodeCount | データ センターに必要なノードの数。 これは目的の数値です。 設定後、データ センターが一致するようにスケーリングされるまでに時間がかかる場合があります。 ノードの数とその状態を監視するには、クラスターで fetchNodeStatus メソッドを使用します。 | INT |
provisioningState | 操作が呼び出された時点のリソースの状態。 | 'Canceled' 'Creating' '削除中' 'Failed' 'Succeeded' '更新中' |
sku | データ センターに使用される仮想マシン SKU。 既定値は Standard_DS14_v2 | string |
AuthenticationMethodLdapProperties
名前 | 説明 | 値 |
---|---|---|
searchBaseDistinguishedName | ユーザーの再帰的検索を開始するオブジェクトの識別名。 | string |
searchFilterTemplate | 検索に使用するテンプレート。 既定値は (cn=%s) で、%s はログインに使用されるユーザー名に置き換えられます。 | string |
serverCertificates | Certificate[] | |
serverHostname | LDAP サーバーのホスト名。 | string |
serverPort | LDAP サーバーのポート。 | INT |
serviceUserDistinguishedName | 認証に関するユーザーの詳細を検索できる検索ユーザー アカウントの識別名。 | string |
serviceUserPassword | 検索ユーザーのパスワード。 | string |
Certificate
名前 | 説明 | 値 |
---|---|---|
Pem | PEM 形式の公開キー。 | string |
ARM テンプレート リソース定義
cassandraClusters/dataCenters リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.DocumentDB/cassandraClusters/dataCenters リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DocumentDB/cassandraClusters/dataCenters",
"apiVersion": "2022-08-15-preview",
"name": "string",
"properties": {
"authenticationMethodLdapProperties": {
"searchBaseDistinguishedName": "string",
"searchFilterTemplate": "string",
"serverCertificates": [
{
"pem": "string"
}
],
"serverHostname": "string",
"serverPort": "int",
"serviceUserDistinguishedName": "string",
"serviceUserPassword": "string"
},
"availabilityZone": "bool",
"backupStorageCustomerKeyUri": "string",
"base64EncodedCassandraYamlFragment": "string",
"dataCenterLocation": "string",
"delegatedSubnetId": "string",
"diskCapacity": "int",
"diskSku": "string",
"managedDiskCustomerKeyUri": "string",
"nodeCount": "int",
"provisioningState": "string",
"sku": "string"
}
}
プロパティ値
cassandraClusters/dataCenters
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | 'Microsoft.DocumentDB/cassandraClusters/dataCenters' |
apiVersion | リソース API のバージョン | '2022-08-15-preview' |
name | リソース名 JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。 |
string (必須) |
properties | マネージド Cassandra データ センターのプロパティ。 | DataCenterResourceProperties |
DataCenterResourceProperties
名前 | 説明 | 値 |
---|---|---|
authenticationMethodLdapProperties | Ldap 認証方法のプロパティ。 この機能はプレビュー段階にあります。 | AuthenticationMethodLdapProperties |
availabilityZone | データ センターに可用性ゾーン機能がある場合は、cassandra データ センター仮想マシンをホストする仮想マシン スケール セットに適用します。 | [bool] |
backupStorageCustomerKeyUri | バックアップ ストレージ アカウントの暗号化に使用する顧客キーのキー URI を示します。 | string |
base64EncodedCassandraYamlFragment | このデータ センター内のすべてのノードの cassandra.yaml に含める cassandra.yaml 構成ファイルのフラグメント。 フラグメントは Base64 でエンコードする必要があり、キーのサブセットのみが許可されます。 | string |
dataCenterLocation | このデータ センターを作成するリージョン。 | string |
delegatedSubnetId | このデータ センター内のノードのネットワーク インターフェイスが接続されているサブネットのリソース ID。 サブネットは、'dataCenterLocation' で指定されているのと同じリージョンに存在し、クラスターの 'delegatedManagementSubnetId' プロパティで指定されたサブネットにルーティングできる必要があります。 このリソース ID は、'/subscriptions/{subscription id}/resourceGroups/{resource group}/providers/Microsoft.Network/virtualNetworks/{virtual network}/subnets/{subnet}' の形式になります。 | string |
diskCapacity | データ センターに使用されるディスクの数。 既定値は 4 です。 | INT |
diskSku | データ センターに使用されるディスク SKU。 既定値は P30 です。 | string |
managedDiskCustomerKeyUri | マネージド ディスクの暗号化に使用するキー URI。 クラスターのシステム割り当て ID に、キーに対する適切なアクセス許可 (キーの取得/ラップ/ラップ解除のアクセス許可) が割り当てられていることを確認します。 | string |
nodeCount | データ センターに必要なノードの数。 これは目的の数値です。 設定後、データ センターが一致するようにスケーリングされるまでに時間がかかる場合があります。 ノードの数とその状態を監視するには、クラスターで fetchNodeStatus メソッドを使用します。 | INT |
provisioningState | 操作が呼び出されたときのリソースの状態。 | 'Canceled' 'Creating' '削除中' 'Failed' 'Succeeded' '更新中' |
sku | データ センターに使用される仮想マシン SKU。 既定値は Standard_DS14_v2 | string |
AuthenticationMethodLdapProperties
名前 | 説明 | 値 |
---|---|---|
searchBaseDistinguishedName | ユーザーの再帰的検索を開始するオブジェクトの識別名。 | string |
searchFilterTemplate | 検索に使用するテンプレート。 既定値は (cn=%s) で、%s はログインに使用されるユーザー名に置き換えられます。 | string |
serverCertificates | Certificate[] | |
serverHostname | LDAP サーバーのホスト名。 | string |
serverPort | LDAP サーバーのポート。 | INT |
serviceUserDistinguishedName | 認証に関するユーザーの詳細を検索できる検索ユーザー アカウントの識別名。 | string |
serviceUserPassword | 検索ユーザーのパスワード。 | string |
Certificate
名前 | 説明 | 値 |
---|---|---|
Pem | PEM 形式の公開キー。 | string |
Terraform (AzAPI プロバイダー) リソース定義
cassandraClusters/dataCenters リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループ
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.DocumentDB/cassandraClusters/dataCenters リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-08-15-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
authenticationMethodLdapProperties = {
searchBaseDistinguishedName = "string"
searchFilterTemplate = "string"
serverCertificates = [
{
pem = "string"
}
]
serverHostname = "string"
serverPort = int
serviceUserDistinguishedName = "string"
serviceUserPassword = "string"
}
availabilityZone = bool
backupStorageCustomerKeyUri = "string"
base64EncodedCassandraYamlFragment = "string"
dataCenterLocation = "string"
delegatedSubnetId = "string"
diskCapacity = int
diskSku = "string"
managedDiskCustomerKeyUri = "string"
nodeCount = int
provisioningState = "string"
sku = "string"
}
})
}
プロパティ値
cassandraClusters/dataCenters
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | "Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-08-15-preview" |
name | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: cassandraClusters |
properties | マネージド Cassandra データ センターのプロパティ。 | DataCenterResourceProperties |
DataCenterResourceProperties
名前 | 説明 | 値 |
---|---|---|
authenticationMethodLdapProperties | Ldap 認証方法のプロパティ。 この機能はプレビュー段階にあります。 | AuthenticationMethodLdapProperties |
availabilityZone | データ センターに可用性ゾーン機能がある場合は、cassandra データ センターの仮想マシンをホストする仮想マシン ScaleSet に適用します。 | [bool] |
backupStorageCustomerKeyUri | バックアップ ストレージ アカウントの暗号化に使用する顧客キーのキー URI を示します。 | string |
base64EncodedCassandraYamlFragment | このデータ センター内のすべてのノードの cassandra.yaml に含める cassandra.yaml 構成ファイルのフラグメント。 フラグメントは Base64 でエンコードする必要があり、キーのサブセットのみが許可されます。 | string |
dataCenterLocation | このデータ センターを作成するリージョン。 | string |
delegatedSubnetId | このデータ センター内のノードがネットワーク インターフェイスに接続されている必要があるサブネットのリソース ID。 サブネットは、'dataCenterLocation' で指定されたのと同じリージョンに存在し、クラスターの 'delegatedManagementSubnetId' プロパティで指定されたサブネットにルーティングできる必要があります。 このリソース ID は、'/subscriptions/{subscription id}/resourceGroups/{resource group}/providers/Microsoft.Network/virtualNetworks/{virtual network}/subnets/{subnet}' の形式になります。 | string |
diskCapacity | データ センターに使用されるディスクの数。 既定値は 4 です。 | INT |
diskSku | データ センターに使用されるディスク SKU。 既定値は P30 です。 | string |
managedDiskCustomerKeyUri | マネージド ディスクの暗号化に使用するキー URI。 クラスターのシステム割り当て ID に、キーに対する適切なアクセス許可 (キーの取得/ラップ/ラップ解除のアクセス許可) が割り当てられていることを確認します。 | string |
nodeCount | データ センターに必要なノードの数。 これは目的の数値です。 設定後、データ センターが一致するようにスケーリングされるまでに時間がかかる場合があります。 ノードの数とその状態を監視するには、クラスターで fetchNodeStatus メソッドを使用します。 | INT |
provisioningState | 操作が呼び出された時点のリソースの状態。 | "キャンセル済み" "作成中" "削除中" "Failed" "Succeeded" "更新中" |
sku | データ センターに使用される仮想マシン SKU。 既定値は Standard_DS14_v2 | string |
AuthenticationMethodLdapProperties
名前 | 説明 | 値 |
---|---|---|
searchBaseDistinguishedName | ユーザーの再帰的検索を開始するオブジェクトの識別名。 | string |
searchFilterTemplate | 検索に使用するテンプレート。 既定値は (cn=%s) で、%s はログインに使用されるユーザー名に置き換えられます。 | string |
serverCertificates | Certificate[] | |
serverHostname | LDAP サーバーのホスト名。 | string |
serverPort | LDAP サーバーのポート。 | INT |
serviceUserDistinguishedName | 認証に関するユーザーの詳細を検索できる検索ユーザー アカウントの識別名。 | string |
serviceUserPassword | 検索ユーザーのパスワード。 | string |
Certificate
名前 | 説明 | 値 |
---|---|---|
Pem | PEM 形式の公開キー。 | string |