次の方法で共有


Microsoft.RecoveryServices コンテナー/privateEndpointConnections 2022-04-01

Bicep リソース定義

コンテナー/privateEndpointConnections リソースの種類は、次をターゲットとする操作と共にデプロイできます。

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

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

リソースの形式

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

resource symbolicname 'Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-04-01' = {
  parent: resourceSymbolicName
  eTag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    privateEndpoint: {
      id: 'string'
    }
    privateLinkServiceConnectionState: {
      actionRequired: 'string'
      description: 'string'
      status: 'string'
    }
    provisioningState: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

プロパティ値

Microsoft.RecoveryServices/vaults/privateEndpointConnections

名前 形容 価値
eTag 省略可能な ETag。
場所 リソースの場所。
名前 リソース名 string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: コンテナー
プロパティ PrivateEndpointConnectionResource プロパティ PrivateEndpointConnection を する
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

PrivateEndpoint

名前 形容 価値
身分証明書 ID を取得または設定します。

PrivateEndpointConnection

名前 形容 価値
privateEndpoint プライベート エンドポイント接続に関連付けられているプライベート エンドポイントを取得または設定します。 PrivateEndpoint を する
privateLinkServiceConnectionState プライベート リンク サービスの接続状態を取得または設定します。 PrivateLinkServiceConnectionState を する
provisioningState プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。 '削除中'
'Failed'
'Pending'
'Succeeded'

PrivateLinkServiceConnectionState

名前 形容 価値
actionRequired 必要なアクションを取得または設定します。
形容 説明を取得または設定します。
地位 状態を取得または設定します。 'Approved'
'Disconnected'
'Pending'
'Rejected'

ResourceTags

名前 形容 価値

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

コンテナー/privateEndpointConnections リソースの種類は、次をターゲットとする操作と共にデプロイできます。

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

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

リソースの形式

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

{
  "type": "Microsoft.RecoveryServices/vaults/privateEndpointConnections",
  "apiVersion": "2022-04-01",
  "name": "string",
  "eTag": "string",
  "location": "string",
  "properties": {
    "privateEndpoint": {
      "id": "string"
    },
    "privateLinkServiceConnectionState": {
      "actionRequired": "string",
      "description": "string",
      "status": "string"
    },
    "provisioningState": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

プロパティ値

Microsoft.RecoveryServices/vaults/privateEndpointConnections

名前 形容 価値
apiVersion API のバージョン '2022-04-01'
eTag 省略可能な ETag。
場所 リソースの場所。
名前 リソース名 string (必須)
プロパティ PrivateEndpointConnectionResource プロパティ PrivateEndpointConnection を する
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 リソースの種類 'Microsoft.RecoveryServices/vaults/privateEndpointConnections'

PrivateEndpoint

名前 形容 価値
身分証明書 ID を取得または設定します。

PrivateEndpointConnection

名前 形容 価値
privateEndpoint プライベート エンドポイント接続に関連付けられているプライベート エンドポイントを取得または設定します。 PrivateEndpoint を する
privateLinkServiceConnectionState プライベート リンク サービスの接続状態を取得または設定します。 PrivateLinkServiceConnectionState を する
provisioningState プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。 '削除中'
'Failed'
'Pending'
'Succeeded'

PrivateLinkServiceConnectionState

名前 形容 価値
actionRequired 必要なアクションを取得または設定します。
形容 説明を取得または設定します。
地位 状態を取得または設定します。 'Approved'
'Disconnected'
'Pending'
'Rejected'

ResourceTags

名前 形容 価値

使用例

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

コンテナー/privateEndpointConnections リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの

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

リソースの形式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-04-01"
  name = "string"
  eTag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      privateEndpoint = {
        id = "string"
      }
      privateLinkServiceConnectionState = {
        actionRequired = "string"
        description = "string"
        status = "string"
      }
      provisioningState = "string"
    }
  })
}

プロパティ値

Microsoft.RecoveryServices/vaults/privateEndpointConnections

名前 形容 価値
eTag 省略可能な ETag。
場所 リソースの場所。
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: コンテナー
プロパティ PrivateEndpointConnectionResource プロパティ PrivateEndpointConnection を する
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-04-01"

PrivateEndpoint

名前 形容 価値
身分証明書 ID を取得または設定します。

PrivateEndpointConnection

名前 形容 価値
privateEndpoint プライベート エンドポイント接続に関連付けられているプライベート エンドポイントを取得または設定します。 PrivateEndpoint を する
privateLinkServiceConnectionState プライベート リンク サービスの接続状態を取得または設定します。 PrivateLinkServiceConnectionState を する
provisioningState プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。 '削除中'
'Failed'
'Pending'
'Succeeded'

PrivateLinkServiceConnectionState

名前 形容 価値
actionRequired 必要なアクションを取得または設定します。
形容 説明を取得または設定します。
地位 状態を取得または設定します。 'Approved'
'Disconnected'
'Pending'
'Rejected'

ResourceTags

名前 形容 価値