ICloudApplicationEntity.InstanceName Property

Definition

The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceName", Update=false)]
public string InstanceName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceName", Update=false)>]
member this.InstanceName : string
Public ReadOnly Property InstanceName As String

Property Value

Attributes

Applies to