SecureDeliveryProtocolType 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.
Defines the TLS extension protocol that is used for secure delivery.
public readonly struct SecureDeliveryProtocolType : IEquatable<Azure.ResourceManager.Cdn.Models.SecureDeliveryProtocolType>
type SecureDeliveryProtocolType = struct
Public Structure SecureDeliveryProtocolType
Implements IEquatable(Of SecureDeliveryProtocolType)
- Inheritance
-
SecureDeliveryProtocolType
- Implements
Constructors
SecureDeliveryProtocolType(String) |
Initializes a new instance of SecureDeliveryProtocolType. |
Properties
IPBased |
IPBased. |
ServerNameIndication |
ServerNameIndication. |
Methods
Equals(SecureDeliveryProtocolType) |
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(SecureDeliveryProtocolType, SecureDeliveryProtocolType) |
Determines if two SecureDeliveryProtocolType values are the same. |
Implicit(String to SecureDeliveryProtocolType) |
Converts a string to a SecureDeliveryProtocolType. |
Inequality(SecureDeliveryProtocolType, SecureDeliveryProtocolType) |
Determines if two SecureDeliveryProtocolType values are not the same. |
Applies to
Azure SDK for .NET