Udostępnij przez


IMSSqlServerProviderInstanceProperties.SslPreference Property

Definition

Gets or sets certificate preference if secure communication is enabled.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.PSArgumentCompleter(new System.String[] { "Disabled", "RootCertificate", "ServerCertificate" })]
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.Info(Create=true, Description="Gets or sets certificate preference if secure communication is enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sslPreference", Update=true)]
public string SslPreference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.PSArgumentCompleter(new System.String[] { "Disabled", "RootCertificate", "ServerCertificate" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.Info(Create=true, Description="Gets or sets certificate preference if secure communication is enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sslPreference", Update=true)>]
member this.SslPreference : string with get, set
Public Property SslPreference As String

Property Value

Attributes

Applies to