ProtocolType Struct

Definition

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

Applies to