IVmssFabricProfile.OSProfileLogonType 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.
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