Microsoft.NotificationHubs 名前空間/privateEndpointConnections 2023-09-01
Bicep リソース定義
namespaces/privateEndpointConnections リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.NotificationHubs/namespaces/privateEndpointConnections リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-09-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
privateEndpoint: {}
privateLinkServiceConnectionState: {
status: 'string'
}
provisioningState: 'string'
}
}
プロパティ値
Microsoft.NotificationHubs/namespaces/privateEndpointConnections
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 87 パターン = ^[a-zA-Z][a-zA-Z0-9-]*\.[a-fA-F0-9\-]+$ (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: 名前空間 |
プロパティ | プライベート エンドポイント接続のプロパティ。 | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
privateEndpoint | プライベート エンドポイント接続を使用して Notification Hubs 名前空間に接続されているプライベート エンドポイントを表します。 | RemotePrivateEndpointConnection の |
privateLinkServiceConnectionState | Private Link サービス接続の状態。 | RemotePrivateLinkServiceConnectionState の |
provisioningState | プライベート エンドポイント接続の状態。 | 'Creating' 'Deleted' '削除中' 'DeletingByProxy' 'Succeeded' 'Unknown' '更新中' 'UpdatingByProxy' |
RemotePrivateEndpointConnection
名前 | 形容 | 価値 |
---|
RemotePrivateLinkServiceConnectionState
名前 | 形容 | 価値 |
---|---|---|
地位 | プライベート リンク接続の状態。 | 'Approved' 'Disconnected' 'Pending' 'Rejected' |
ARM テンプレート リソース定義
namespaces/privateEndpointConnections リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.NotificationHubs/namespaces/privateEndpointConnections リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.NotificationHubs/namespaces/privateEndpointConnections",
"apiVersion": "2023-09-01",
"name": "string",
"properties": {
"privateEndpoint": {
},
"privateLinkServiceConnectionState": {
"status": "string"
},
"provisioningState": "string"
}
}
プロパティ値
Microsoft.NotificationHubs/namespaces/privateEndpointConnections
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2023-09-01' |
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 87 パターン = ^[a-zA-Z][a-zA-Z0-9-]*\.[a-fA-F0-9\-]+$ (必須) |
プロパティ | プライベート エンドポイント接続のプロパティ。 | PrivateEndpointConnectionProperties |
種類 | リソースの種類 | 'Microsoft.NotificationHubs/namespaces/privateEndpointConnections' |
PrivateEndpointConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
privateEndpoint | プライベート エンドポイント接続を使用して Notification Hubs 名前空間に接続されているプライベート エンドポイントを表します。 | RemotePrivateEndpointConnection の |
privateLinkServiceConnectionState | Private Link サービス接続の状態。 | RemotePrivateLinkServiceConnectionState の |
provisioningState | プライベート エンドポイント接続の状態。 | 'Creating' 'Deleted' '削除中' 'DeletingByProxy' 'Succeeded' 'Unknown' '更新中' 'UpdatingByProxy' |
RemotePrivateEndpointConnection
名前 | 形容 | 価値 |
---|
RemotePrivateLinkServiceConnectionState
名前 | 形容 | 価値 |
---|---|---|
地位 | プライベート リンク接続の状態。 | 'Approved' 'Disconnected' 'Pending' 'Rejected' |
Terraform (AzAPI プロバイダー) リソース定義
namespaces/privateEndpointConnections リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.NotificationHubs/namespaces/privateEndpointConnections リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-09-01"
name = "string"
body = jsonencode({
properties = {
privateEndpoint = {
}
privateLinkServiceConnectionState = {
status = "string"
}
provisioningState = "string"
}
})
}
プロパティ値
Microsoft.NotificationHubs/namespaces/privateEndpointConnections
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 87 パターン = ^[a-zA-Z][a-zA-Z0-9-]*\.[a-fA-F0-9\-]+$ (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: 名前空間 |
プロパティ | プライベート エンドポイント接続のプロパティ。 | PrivateEndpointConnectionProperties |
種類 | リソースの種類 | "Microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-09-01" |
PrivateEndpointConnectionProperties
名前 | 形容 | 価値 |
---|---|---|
privateEndpoint | プライベート エンドポイント接続を使用して Notification Hubs 名前空間に接続されているプライベート エンドポイントを表します。 | RemotePrivateEndpointConnection の |
privateLinkServiceConnectionState | Private Link サービス接続の状態。 | RemotePrivateLinkServiceConnectionState の |
provisioningState | プライベート エンドポイント接続の状態。 | 'Creating' 'Deleted' '削除中' 'DeletingByProxy' 'Succeeded' 'Unknown' '更新中' 'UpdatingByProxy' |
RemotePrivateEndpointConnection
名前 | 形容 | 価値 |
---|
RemotePrivateLinkServiceConnectionState
名前 | 形容 | 価値 |
---|---|---|
地位 | プライベート リンク接続の状態。 | 'Approved' 'Disconnected' 'Pending' 'Rejected' |