次の方法で共有


New-AzEventGridPrivateEndpointConnectionObject

PrivateEndpointConnection のメモリ内オブジェクトを作成します。

構文

New-AzEventGridPrivateEndpointConnectionObject
   [-GroupId <String[]>]
   [-PrivateEndpointId <String>]
   [-PrivateLinkServiceConnectionStateActionsRequired <String>]
   [-PrivateLinkServiceConnectionStateDescription <String>]
   [-PrivateLinkServiceConnectionStateStatus <String>]
   [-ProvisioningState <String>]
   [<CommonParameters>]

説明

PrivateEndpointConnection のメモリ内オブジェクトを作成します。

例 1: PrivateEndpointConnection のメモリ内オブジェクトを作成します。

New-AzEventGridPrivateEndpointConnectionObject -GroupId "TestId" -PrivateEndpointId "TestPrivateEndpointId" -PrivateLinkServiceConnectionStateActionsRequired "TestActionsRequired" -PrivateLinkServiceConnectionStateDescription "TestDescription" -PrivateLinkServiceConnectionStateStatus Approved -ProvisioningState Succeeded | Format-List

GroupId                                          : {TestId}
Id                                               :
Name                                             :
PrivateEndpointId                                : TestPrivateEndpointId
PrivateLinkServiceConnectionStateActionsRequired : TestActionsRequired
PrivateLinkServiceConnectionStateDescription     : TestDescription
PrivateLinkServiceConnectionStateStatus          : Approved
ProvisioningState                                : Succeeded
ResourceGroupName                                :
Type                                             :

PrivateEndpointConnection のメモリ内オブジェクトを作成します。

パラメーター

-GroupId

プライベート リンク サービス リソースの GroupId。

型:String[]
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-PrivateEndpointId

プライベート エンドポイントの ARM 識別子。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-PrivateLinkServiceConnectionStateActionsRequired

必要なアクション (ある場合)。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-PrivateLinkServiceConnectionStateDescription

接続状態の説明。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-PrivateLinkServiceConnectionStateStatus

接続の状態。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-ProvisioningState

プライベート エンドポイント接続のプロビジョニング状態。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

出力

PrivateEndpointConnection