IMachine.AgentConfigurationConfigMode 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.
Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "full", "monitor" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="configMode", Update=false)]
public string AgentConfigurationConfigMode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "full", "monitor" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="configMode", Update=false)>]
member this.AgentConfigurationConfigMode : string
Public ReadOnly Property AgentConfigurationConfigMode As String
Property Value
- Attributes