SecretType 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.
The type of the secret resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SecretTypeTypeConverter))]
public struct SecretType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SecretType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SecretTypeTypeConverter))>]
type SecretType = struct
interface IArgumentCompleter
Public Structure SecretType
Implements IArgumentCompleter, IEquatable(Of SecretType)
- Inheritance
-
SecretType
- Attributes
- Implements
Fields
AzureFirstPartyManagedCertificate | |
CustomerCertificate | |
ManagedCertificate | |
UrlSigningKey |
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 SecretType (override for Object) |
Equals(SecretType) |
Compares values of enum type SecretType |
GetHashCode() |
Returns hashCode for enum SecretType |
ToString() |
Returns string representation for SecretType |
Operators
Equality(SecretType, SecretType) |
Overriding == operator for enum SecretType |
Implicit(SecretType to String) |
Implicit operator to convert SecretType to string |
Implicit(String to SecretType) |
Implicit operator to convert string to SecretType |
Inequality(SecretType, SecretType) |
Overriding != operator for enum SecretType |