Share via


IOSProfile.LogonType Property

Definition

Determines how the service should be run. By default, this will be set to Service.

[Microsoft.Azure.PowerShell.Cmdlets.Mdp.PSArgumentCompleter(new System.String[] { "Service", "Interactive" })]
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Determines how the service should be run. By default, this will be set to Service.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="logonType", Update=true)]
public string LogonType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.PSArgumentCompleter(new System.String[] { "Service", "Interactive" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Determines how the service should be run. By default, this will be set to Service.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="logonType", Update=true)>]
member this.LogonType : string with get, set
Public Property LogonType As String

Property Value

Attributes

Applies to