ITlsConfiguration.Mode Property

Definition

The TLS security mode for receivers using this configuration. Default is 'mutualTls'.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "disabled", "serverOnly", "mutualTls" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="The TLS security mode for receivers using this configuration. Default is 'mutualTls'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mode", Update=true)]
public string Mode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "disabled", "serverOnly", "mutualTls" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="The TLS security mode for receivers using this configuration. Default is 'mutualTls'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mode", Update=true)>]
member this.Mode : string with get, set
Public Property Mode As String

Property Value

Attributes

Applies to