Partager via


IVmssFabricProfile.OSProfileLogonType 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 OSProfileLogonType { 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.OSProfileLogonType : string with get, set
Public Property OSProfileLogonType As String

Property Value

Attributes

Applies to