你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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

Applies to