StorageAccountCredential.SslStatus Property

Definition

Gets or sets signifies whether SSL needs to be enabled or not. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sslStatus")]
public string SslStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sslStatus")>]
member this.SslStatus : string with get, set
Public Property SslStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to