Share via


AzureApplicationGatewaySslPolicyBase.PolicyType Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Type of Ssl Policy")]
public string PolicyType { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Type of Ssl Policy")]
[System.Management.Automation.ValidateSet(new System.String[] { "Predefined", "Custom", "CustomV2" }, IgnoreCase=true)]
public string PolicyType { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Type of Ssl Policy")]
[System.Management.Automation.ValidateSet(new System.String[] { "Predefined", "Custom" }, IgnoreCase=true)]
public string PolicyType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Type of Ssl Policy")>]
member this.PolicyType : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="Type of Ssl Policy")>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Predefined", "Custom", "CustomV2" }, IgnoreCase=true)>]
member this.PolicyType : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="Type of Ssl Policy")>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Predefined", "Custom" }, IgnoreCase=true)>]
member this.PolicyType : string with get, set
Public Property PolicyType As String

Property Value

Attributes

Applies to