IOrbitalIdentity.ContactName 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.
Contact name.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Contact name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="contactName")]
public string ContactName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Contact name.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="contactName", Update=true)]
public string ContactName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Contact name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="contactName")>]
member this.ContactName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Contact name.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="contactName", Update=true)>]
member this.ContactName : string with get, set
Public Property ContactName As String
Property Value
- Attributes