IAgentConfiguration.GuestConfigurationEnabled 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.
Specified whether the guest configuration service is enabled or disabled.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Specified whether the guest configuration service is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="guestConfigurationEnabled", Update=false)]
public string GuestConfigurationEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Specified whether the guest configuration service is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="guestConfigurationEnabled", Update=false)>]
member this.GuestConfigurationEnabled : string
Public ReadOnly Property GuestConfigurationEnabled As String
Property Value
- Attributes