IReceiver.TlsConfiguration 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.
Reference to a named TLS configuration. If not specified, default TLS configuration is used.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Reference to a named TLS configuration. If not specified, default TLS configuration is used.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tlsConfiguration", Update=true)]
public string TlsConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Reference to a named TLS configuration. If not specified, default TLS configuration is used.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tlsConfiguration", Update=true)>]
member this.TlsConfiguration : string with get, set
Public Property TlsConfiguration As String
Property Value
- Attributes