IApplicationInsightsComponentApiKey.LinkedWriteProperty 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.
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