ApplicationGatewaySslPolicyName Struct
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.
Ssl predefined policy name enums.
public readonly struct ApplicationGatewaySslPolicyName : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName>
type ApplicationGatewaySslPolicyName = struct
Public Structure ApplicationGatewaySslPolicyName
Implements IEquatable(Of ApplicationGatewaySslPolicyName)
- Inheritance
-
ApplicationGatewaySslPolicyName
- Implements
Constructors
ApplicationGatewaySslPolicyName(String) |
Initializes a new instance of ApplicationGatewaySslPolicyName. |
Properties
AppGwSslPolicy20150501 |
AppGwSslPolicy20150501. |
AppGwSslPolicy20170401 |
AppGwSslPolicy20170401. |
AppGwSslPolicy20170401S |
AppGwSslPolicy20170401S. |
AppGwSslPolicy20220101 |
AppGwSslPolicy20220101. |
AppGwSslPolicy20220101S |
AppGwSslPolicy20220101S. |
Methods
Equals(ApplicationGatewaySslPolicyName) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ApplicationGatewaySslPolicyName, ApplicationGatewaySslPolicyName) |
Determines if two ApplicationGatewaySslPolicyName values are the same. |
Implicit(String to ApplicationGatewaySslPolicyName) |
Converts a string to a ApplicationGatewaySslPolicyName. |
Inequality(ApplicationGatewaySslPolicyName, ApplicationGatewaySslPolicyName) |
Determines if two ApplicationGatewaySslPolicyName values are not the same. |