IDataCollectionEndpointResource.PrivateLinkScopedResource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=false, Description="List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrivateLinkScopedResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateLinkScopedResources", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrivateLinkScopedResource> PrivateLinkScopedResource { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=false, Description="List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrivateLinkScopedResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateLinkScopedResources", Update=false)>]
member this.PrivateLinkScopedResource : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IPrivateLinkScopedResource>
Public ReadOnly Property PrivateLinkScopedResource As List(Of IPrivateLinkScopedResource)
Property Value
- Attributes