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