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