IApplicationInsightsComponentProperties.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 linked private link scope resources.
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="List of linked private link scope resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource) }, ReadOnly=true, Required=false, SerializedName="PrivateLinkScopedResources")]
public Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[] PrivateLinkScopedResource { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="List of linked private link scope resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource) }, ReadOnly=true, Required=false, SerializedName="PrivateLinkScopedResources")>]
member this.PrivateLinkScopedResource : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[]
Public ReadOnly Property PrivateLinkScopedResource As IPrivateLinkScopedResource()
Property Value
- Attributes