IDnsPrivateView.DisplayName Property

Definition

The display name of the view resource

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

Property Value

Attributes

Applies to