ProtocolType 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProtocolTypeTypeConverter))]
public struct ProtocolType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProtocolType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProtocolTypeTypeConverter))>]
type ProtocolType = struct
interface IArgumentCompleter
Public Structure ProtocolType
Implements IArgumentCompleter, IEquatable(Of ProtocolType)
- Inheritance
-
ProtocolType
- Attributes
- Implements
Fields
IPBased | |
ServerNameIndication |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ProtocolType (override for Object) |
Equals(ProtocolType) |
Compares values of enum type ProtocolType |
GetHashCode() |
Returns hashCode for enum ProtocolType |
ToString() |
Returns string representation for ProtocolType |
Operators
Equality(ProtocolType, ProtocolType) |
Overriding == operator for enum ProtocolType |
Implicit(ProtocolType to String) |
Implicit operator to convert ProtocolType to string |
Implicit(String to ProtocolType) |
Implicit operator to convert string to ProtocolType |
Inequality(ProtocolType, ProtocolType) |
Overriding != operator for enum ProtocolType |