Share via


IApplicationInsightsComponentApiKey.LinkedWriteProperty Property

Definition

The write access rights of this API Key.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="The write access rights of this API Key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="linkedWriteProperties", Update=true)]
public System.Collections.Generic.List<string> LinkedWriteProperty { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="The write access rights of this API Key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="linkedWriteProperties", Update=true)>]
member this.LinkedWriteProperty : System.Collections.Generic.List<string> with get, set
Public Property LinkedWriteProperty As List(Of String)

Property Value

Attributes

Applies to