Edit

Share via


New-AzMLWorkspaceSharedPrivateLinkResourceObject

Create an in-memory object for SharedPrivateLinkResource.

Syntax

Default (Default)

New-AzMLWorkspaceSharedPrivateLinkResourceObject
    [-GroupId <String>]
    [-Name <String>]
    [-PrivateLinkResourceId <String>]
    [-RequestMessage <String>]
    [-Status <PrivateEndpointServiceConnectionStatus>]
    [<CommonParameters>]

Description

Create an in-memory object for SharedPrivateLinkResource.

Examples

Example 1: Create an in-memory object for SharedPrivateLinkResource, pass it to as value of Value SharedPrivateLinkResource of New-AzMLWorkspace

New-AzMLWorkspaceSharedPrivateLinkResourceObject

Create an in-memory object for SharedPrivateLinkResource

Parameters

-GroupId

The private link resource group id.

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

-Name

Unique name of the private link.

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

-PrivateLinkResourceId

The resource id that private link links to.

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

-RequestMessage

Request message.

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

-Status

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Parameter properties

Type:PrivateEndpointServiceConnectionStatus
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

SharedPrivateLinkResource