IWorkloadNetworkDnsServiceProperties.LogLevel 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.
DNS Service log level.
[Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "DEBUG", "INFO", "WARNING", "ERROR", "FATAL" })]
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="DNS Service log level.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="logLevel", Update=true)]
public string LogLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.PSArgumentCompleter(new System.String[] { "DEBUG", "INFO", "WARNING", "ERROR", "FATAL" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="DNS Service log level.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="logLevel", Update=true)>]
member this.LogLevel : string with get, set
Public Property LogLevel As String
Property Value
- Attributes