次の方法で共有


Microsoft.NotificationHubs 名前空間/privateEndpointConnections 2023-10-01-preview

Bicep リソース定義

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

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

リソース形式

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

resource symbolicname 'Microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-10-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    privateEndpoint: {}
    privateLinkServiceConnectionState: {
      status: 'string'
    }
    provisioningState: 'string'
  }
}

プロパティ値

namespaces/privateEndpointConnections

名前 説明
name リソース名

Bicep で子リソースの名前と型を設定する方法を参照してください。
string (必須)
parent Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「 親リソースの外部の子リソース」を参照してください。
型のリソースのシンボル名: 名前空間
properties プライベート エンドポイント接続プロパティ。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名前 説明
privateEndpoint プライベート エンドポイント接続を使用して Notification Hubs 名前空間に接続されているプライベート エンドポイントを表します。 RemotePrivateEndpointConnection
privateLinkServiceConnectionState Private Link サービス接続の状態。 RemotePrivateLinkServiceConnectionState
provisioningState プライベート エンドポイント接続の状態。 'Creating'
'Deleted'
'削除中'
'DeletingByProxy'
'Succeeded'
'不明'
'更新中'
'UpdatingByProxy'

RemotePrivateEndpointConnection

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

RemotePrivateLinkServiceConnectionState

名前 説明
status Private Link接続の状態。 '承認済み'
'Disconnected'
'保留中'
'Rejected'

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

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

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

リソース形式

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

{
  "type": "Microsoft.NotificationHubs/namespaces/privateEndpointConnections",
  "apiVersion": "2023-10-01-preview",
  "name": "string",
  "properties": {
    "privateEndpoint": {},
    "privateLinkServiceConnectionState": {
      "status": "string"
    },
    "provisioningState": "string"
  }
}

プロパティ値

namespaces/privateEndpointConnections

名前 説明
type リソースの種類 'Microsoft.NotificationHubs/namespaces/privateEndpointConnections'
apiVersion リソース API のバージョン '2023-10-01-preview'
name リソース名

JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。
string (必須)
properties プライベート エンドポイント接続プロパティ。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名前 説明
privateEndpoint プライベート エンドポイント接続を使用して Notification Hubs 名前空間に接続されているプライベート エンドポイントを表します。 RemotePrivateEndpointConnection
privateLinkServiceConnectionState Private Link サービス接続の状態。 RemotePrivateLinkServiceConnectionState
provisioningState プライベート エンドポイント接続の状態。 'Creating'
'Deleted'
'削除中'
'DeletingByProxy'
'Succeeded'
'不明'
'更新中'
'UpdatingByProxy'

RemotePrivateEndpointConnection

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

RemotePrivateLinkServiceConnectionState

名前 説明
status Private Link接続の状態。 '承認済み'
'Disconnected'
'保留中'
'Rejected'

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

namespaces/privateEndpointConnections リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループ

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

リソース形式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-10-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      privateEndpoint = {}
      privateLinkServiceConnectionState = {
        status = "string"
      }
      provisioningState = "string"
    }
  })
}

プロパティ値

namespaces/privateEndpointConnections

名前 説明
type リソースの種類 "Microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-10-01-preview"
name リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 型のリソースの ID: 名前空間
properties プライベート エンドポイント接続のプロパティ。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名前 説明
privateEndpoint プライベート エンドポイント接続を使用して Notification Hubs 名前空間に接続されているプライベート エンドポイントを表します。 RemotePrivateEndpointConnection
privateLinkServiceConnectionState Private Link サービス接続の状態。 RemotePrivateLinkServiceConnectionState
provisioningState プライベート エンドポイント接続の状態。 "作成中"
"削除済み"
"削除中"
"DeletingByProxy"
"Succeeded"
"Unknown"
"更新中"
"UpdatingByProxy"

RemotePrivateEndpointConnection

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

RemotePrivateLinkServiceConnectionState

名前 説明
status Private Link接続の状態。 "承認済み"
"切断済み"
"保留中"
"Rejected"