Share via


IDiagnosticSettingIdentity.ResourceUri Property

Definition

The identifier of the resource.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Description="The identifier of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="resourceUri")]
public string ResourceUri { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Create=true, Description="The identifier of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceUri", Update=true)]
public string ResourceUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Description="The identifier of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="resourceUri")>]
member this.ResourceUri : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Create=true, Description="The identifier of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceUri", Update=true)>]
member this.ResourceUri : string with get, set
Public Property ResourceUri As String

Property Value

Attributes

Applies to