次の方法で共有


IStorageAccountPropertiesCreateParameters.EnableHttpsTrafficOnly Property

Definition

Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="supportsHttpsTrafficOnly")]
public bool? EnableHttpsTrafficOnly { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="supportsHttpsTrafficOnly")>]
member this.EnableHttpsTrafficOnly : Nullable<bool> with get, set
Public Property EnableHttpsTrafficOnly As Nullable(Of Boolean)

Property Value

Attributes

Applies to