New-AzEventGridPrivateEndpointConnectionObject
Create an in-memory object for PrivateEndpointConnection.
Syntax
Default (Default)
New-AzEventGridPrivateEndpointConnectionObject
[-GroupId <String[]>]
[-PrivateEndpointId <String>]
[-PrivateLinkServiceConnectionStateActionsRequired <String>]
[-PrivateLinkServiceConnectionStateDescription <String>]
[-PrivateLinkServiceConnectionStateStatus <String>]
[-ProvisioningState <String>]
[<CommonParameters>]
Description
Create an in-memory object for PrivateEndpointConnection.
Examples
Example 1: Create an in-memory object for 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 :
Create an in-memory object for PrivateEndpointConnection.
Parameters
-GroupId
GroupIds from the private link service resource.
Parameter properties
Type: String [ ]
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-PrivateEndpointId
The ARM identifier for Private Endpoint.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-PrivateLinkServiceConnectionStateActionsRequired
Actions required (if any).
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-PrivateLinkServiceConnectionStateDescription
Description of the connection state.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-PrivateLinkServiceConnectionStateStatus
Status of the connection.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ProvisioningState
Provisioning state of the Private Endpoint Connection.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters .
Outputs