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