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.
public readonly struct SecretType : IEquatable<Azure.ResourceManager.Cdn.Models.SecretType>
type SecretType = struct
Public Structure SecretType
Implements IEquatable(Of SecretType)
- Inheritance
-
SecretType
- Implements
Constructors
SecretType(String) |
Initializes a new instance of SecretType. |
Properties
AzureFirstPartyManagedCertificate |
AzureFirstPartyManagedCertificate. |
CustomerCertificate |
CustomerCertificate. |
ManagedCertificate |
ManagedCertificate. |
UriSigningKey |
UrlSigningKey. |
Methods
Equals(SecretType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SecretType, SecretType) |
Determines if two SecretType values are the same. |
Implicit(String to SecretType) |
Converts a string to a SecretType. |
Inequality(SecretType, SecretType) |
Determines if two SecretType values are not the same. |
Applies to
Azure SDK for .NET