IWorkspaceProperties.SharedPrivateLinkResource Property

Definition

The list of shared private link resources in this workspace.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The list of shared private link resources in this workspace.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ISharedPrivateLinkResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="sharedPrivateLinkResources", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ISharedPrivateLinkResource> SharedPrivateLinkResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The list of shared private link resources in this workspace.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ISharedPrivateLinkResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="sharedPrivateLinkResources", Update=true)>]
member this.SharedPrivateLinkResource : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ISharedPrivateLinkResource> with get, set
Public Property SharedPrivateLinkResource As List(Of ISharedPrivateLinkResource)

Property Value

Attributes

Applies to