共用方式為


SecretType Struct

Definition

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

Name Description
AzureFirstPartyManagedCertificate
CustomerCertificate
ManagedCertificate
UrlSigningKey

Methods

Name Description
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

Name Description
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

Applies to