次の方法で共有


Microsoft.DocumentDB mongoClusters 2024-10-01-preview

Bicep リソース定義

mongoClusters リソースの種類は、次をターゲットとする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.DocumentDB/mongoClusters リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.DocumentDB/mongoClusters@2024-10-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    administrator: {
      password: 'string'
      userName: 'string'
    }
    backup: {}
    compute: {
      tier: 'string'
    }
    createMode: 'string'
    dataApi: {
      mode: 'string'
    }
    highAvailability: {
      targetMode: 'string'
    }
    previewFeatures: [
      'string'
    ]
    publicNetworkAccess: 'string'
    replicaParameters: {
      sourceLocation: 'string'
      sourceResourceId: 'string'
    }
    restoreParameters: {
      pointInTimeUTC: 'string'
      sourceResourceId: 'string'
    }
    serverVersion: 'string'
    sharding: {
      shardCount: int
    }
    storage: {
      sizeGb: int
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

プロパティ値

AdministratorProperties

名前 形容 価値
パスワード 管理者パスワード。

制約:
機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。
userName 管理者ユーザー名。

BackupProperties

名前 形容 価値

ComputeProperties

名前 形容 価値
クラスターに割り当てるコンピューティング レベル。各層は仮想コアとメモリ サイズにマップされます。 値の例: 'M30'、'M40'。

DataApiProperties

名前 形容 価値
モード クラスターに対して Mongo Data API が有効になっているかどうかを示すモード。 'Disabled'
'Enabled'

HighAvailabilityProperties

名前 形容 価値
targetMode クラスターに対して要求されたターゲット高可用性モード。 'Disabled'
'SameZone'
'ZoneRedundantPreferred'

Microsoft.DocumentDB/mongoClusters

名前 形容 価値
場所 リソースが存在する地理的な場所 string (必須)
名前 リソース名

制約:
最小長 = 3
最大長 = 3
パターン = ^[a-z0-9]+(-[a-z0-9]+)* (必須)
プロパティ このリソースのリソース固有のプロパティ。 MongoClusterProperties の
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

MongoClusterProperties

名前 形容 価値
管理者 mongo クラスターのローカル管理者プロパティ。 AdministratorProperties
バックアップ Mongo クラスターのバックアップ プロパティ。 BackupProperties
計算する mongo クラスターのコンピューティング プロパティ。 ComputeProperties
createMode Mongo クラスターを作成するモード。 'Default'
'GeoReplica'
'PointInTimeRestore'
'Replica'
dataApi Mongo クラスターの Data API プロパティ。 DataApiProperties
highAvailability Mongo クラスターの高可用性プロパティ。 HighAvailabilityProperties の
previewFeatures プライベート エンドポイント接続の一覧。 次のいずれかを含む文字列配列:
'GeoReplicas'
publicNetworkAccess この Mongo クラスターに対してパブリック エンドポイント アクセスが許可されているかどうか。 'Disabled'
'Enabled'
replicaParameters レプリカ Mongo クラスターを作成するためのパラメーター。 MongoClusterReplicaParameters
restoreParameters ポイントインタイム リストア Mongo クラスターを作成するためのパラメーター。 MongoClusterRestoreParameters
serverVersion Mongo DB サーバーのバージョン。 指定されていない場合は、既定で使用可能な最新バージョンが使用されます。
シャーディング mongo クラスターのシャーディング プロパティ。 ShardingProperties
貯蔵 mongo クラスターのストレージ プロパティ。 StorageProperties

MongoClusterReplicaParameters

名前 形容 価値
sourceLocation ソース クラスターの場所 string (必須)
sourceResourceId レプリケーション ソース クラスターの ID。 string (必須)

MongoClusterRestoreParameters

名前 形容 価値
pointInTimeUTC MONGO クラスターを復元する UTC ポイント イン タイム
sourceResourceId 復元するソース クラスターを検索するリソース ID

ShardingProperties

名前 形容 価値
shardCount クラスターにプロビジョニングするシャードの数。 int

StorageProperties

名前 形容 価値
sizeGb 各サーバーに割り当てられているデータ ディスクのサイズ。 int

TrackedResourceTags

名前 形容 価値

ARM テンプレート リソース定義

mongoClusters リソースの種類は、次をターゲットとする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.DocumentDB/mongoClusters リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.DocumentDB/mongoClusters",
  "apiVersion": "2024-10-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "administrator": {
      "password": "string",
      "userName": "string"
    },
    "backup": {
    },
    "compute": {
      "tier": "string"
    },
    "createMode": "string",
    "dataApi": {
      "mode": "string"
    },
    "highAvailability": {
      "targetMode": "string"
    },
    "previewFeatures": [ "string" ],
    "publicNetworkAccess": "string",
    "replicaParameters": {
      "sourceLocation": "string",
      "sourceResourceId": "string"
    },
    "restoreParameters": {
      "pointInTimeUTC": "string",
      "sourceResourceId": "string"
    },
    "serverVersion": "string",
    "sharding": {
      "shardCount": "int"
    },
    "storage": {
      "sizeGb": "int"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

プロパティ値

AdministratorProperties

名前 形容 価値
パスワード 管理者パスワード。

制約:
機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。
userName 管理者ユーザー名。

BackupProperties

名前 形容 価値

ComputeProperties

名前 形容 価値
クラスターに割り当てるコンピューティング レベル。各層は仮想コアとメモリ サイズにマップされます。 値の例: 'M30'、'M40'。

DataApiProperties

名前 形容 価値
モード クラスターに対して Mongo Data API が有効になっているかどうかを示すモード。 'Disabled'
'Enabled'

HighAvailabilityProperties

名前 形容 価値
targetMode クラスターに対して要求されたターゲット高可用性モード。 'Disabled'
'SameZone'
'ZoneRedundantPreferred'

Microsoft.DocumentDB/mongoClusters

名前 形容 価値
apiVersion API のバージョン '2024-10-01-preview'
場所 リソースが存在する地理的な場所 string (必須)
名前 リソース名

制約:
最小長 = 3
最大長 = 3
パターン = ^[a-z0-9]+(-[a-z0-9]+)* (必須)
プロパティ このリソースのリソース固有のプロパティ。 MongoClusterProperties の
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 リソースの種類 'Microsoft.DocumentDB/mongoClusters'

MongoClusterProperties

名前 形容 価値
管理者 mongo クラスターのローカル管理者プロパティ。 AdministratorProperties
バックアップ Mongo クラスターのバックアップ プロパティ。 BackupProperties
計算する mongo クラスターのコンピューティング プロパティ。 ComputeProperties
createMode Mongo クラスターを作成するモード。 'Default'
'GeoReplica'
'PointInTimeRestore'
'Replica'
dataApi Mongo クラスターの Data API プロパティ。 DataApiProperties
highAvailability Mongo クラスターの高可用性プロパティ。 HighAvailabilityProperties の
previewFeatures プライベート エンドポイント接続の一覧。 次のいずれかを含む文字列配列:
'GeoReplicas'
publicNetworkAccess この Mongo クラスターに対してパブリック エンドポイント アクセスが許可されているかどうか。 'Disabled'
'Enabled'
replicaParameters レプリカ Mongo クラスターを作成するためのパラメーター。 MongoClusterReplicaParameters
restoreParameters ポイントインタイム リストア Mongo クラスターを作成するためのパラメーター。 MongoClusterRestoreParameters
serverVersion Mongo DB サーバーのバージョン。 指定されていない場合は、既定で使用可能な最新バージョンが使用されます。
シャーディング mongo クラスターのシャーディング プロパティ。 ShardingProperties
貯蔵 mongo クラスターのストレージ プロパティ。 StorageProperties

MongoClusterReplicaParameters

名前 形容 価値
sourceLocation ソース クラスターの場所 string (必須)
sourceResourceId レプリケーション ソース クラスターの ID。 string (必須)

MongoClusterRestoreParameters

名前 形容 価値
pointInTimeUTC MONGO クラスターを復元する UTC ポイント イン タイム
sourceResourceId 復元するソース クラスターを検索するリソース ID

ShardingProperties

名前 形容 価値
shardCount クラスターにプロビジョニングするシャードの数。 int

StorageProperties

名前 形容 価値
sizeGb 各サーバーに割り当てられているデータ ディスクのサイズ。 int

TrackedResourceTags

名前 形容 価値

Terraform (AzAPI プロバイダー) リソース定義

mongoClusters リソースの種類は、次をターゲットとする操作でデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.DocumentDB/mongoClusters リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DocumentDB/mongoClusters@2024-10-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      administrator = {
        password = "string"
        userName = "string"
      }
      backup = {
      }
      compute = {
        tier = "string"
      }
      createMode = "string"
      dataApi = {
        mode = "string"
      }
      highAvailability = {
        targetMode = "string"
      }
      previewFeatures = [
        "string"
      ]
      publicNetworkAccess = "string"
      replicaParameters = {
        sourceLocation = "string"
        sourceResourceId = "string"
      }
      restoreParameters = {
        pointInTimeUTC = "string"
        sourceResourceId = "string"
      }
      serverVersion = "string"
      sharding = {
        shardCount = int
      }
      storage = {
        sizeGb = int
      }
    }
  })
}

プロパティ値

AdministratorProperties

名前 形容 価値
パスワード 管理者パスワード。

制約:
機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。
userName 管理者ユーザー名。

BackupProperties

名前 形容 価値

ComputeProperties

名前 形容 価値
クラスターに割り当てるコンピューティング レベル。各層は仮想コアとメモリ サイズにマップされます。 値の例: 'M30'、'M40'。

DataApiProperties

名前 形容 価値
モード クラスターに対して Mongo Data API が有効になっているかどうかを示すモード。 'Disabled'
'Enabled'

HighAvailabilityProperties

名前 形容 価値
targetMode クラスターに対して要求されたターゲット高可用性モード。 'Disabled'
'SameZone'
'ZoneRedundantPreferred'

Microsoft.DocumentDB/mongoClusters

名前 形容 価値
場所 リソースが存在する地理的な場所 string (必須)
名前 リソース名

制約:
最小長 = 3
最大長 = 3
パターン = ^[a-z0-9]+(-[a-z0-9]+)* (必須)
プロパティ このリソースのリソース固有のプロパティ。 MongoClusterProperties の
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.DocumentDB/mongoClusters@2024-10-01-preview"

MongoClusterProperties

名前 形容 価値
管理者 mongo クラスターのローカル管理者プロパティ。 AdministratorProperties
バックアップ Mongo クラスターのバックアップ プロパティ。 BackupProperties
計算する mongo クラスターのコンピューティング プロパティ。 ComputeProperties
createMode Mongo クラスターを作成するモード。 'Default'
'GeoReplica'
'PointInTimeRestore'
'Replica'
dataApi Mongo クラスターの Data API プロパティ。 DataApiProperties
highAvailability Mongo クラスターの高可用性プロパティ。 HighAvailabilityProperties の
previewFeatures プライベート エンドポイント接続の一覧。 次のいずれかを含む文字列配列:
'GeoReplicas'
publicNetworkAccess この Mongo クラスターに対してパブリック エンドポイント アクセスが許可されているかどうか。 'Disabled'
'Enabled'
replicaParameters レプリカ Mongo クラスターを作成するためのパラメーター。 MongoClusterReplicaParameters
restoreParameters ポイントインタイム リストア Mongo クラスターを作成するためのパラメーター。 MongoClusterRestoreParameters
serverVersion Mongo DB サーバーのバージョン。 指定されていない場合は、既定で使用可能な最新バージョンが使用されます。
シャーディング mongo クラスターのシャーディング プロパティ。 ShardingProperties
貯蔵 mongo クラスターのストレージ プロパティ。 StorageProperties

MongoClusterReplicaParameters

名前 形容 価値
sourceLocation ソース クラスターの場所 string (必須)
sourceResourceId レプリケーション ソース クラスターの ID。 string (必須)

MongoClusterRestoreParameters

名前 形容 価値
pointInTimeUTC MONGO クラスターを復元する UTC ポイント イン タイム
sourceResourceId 復元するソース クラスターを検索するリソース ID

ShardingProperties

名前 形容 価値
shardCount クラスターにプロビジョニングするシャードの数。 int

StorageProperties

名前 形容 価値
sizeGb 各サーバーに割り当てられているデータ ディスクのサイズ。 int

TrackedResourceTags

名前 形容 価値