CertificateType 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.
Types of certificates supported.
public readonly struct CertificateType : IEquatable<Azure.Developer.LoadTesting.CertificateType>
type CertificateType = struct
Public Structure CertificateType
Implements IEquatable(Of CertificateType)
- Inheritance
-
CertificateType
- Implements
Constructors
CertificateType(String) |
Initializes a new instance of CertificateType. |
Properties
KeyVaultCertificateUri |
If the certificate is stored in an Azure Key Vault. |
Methods
Equals(CertificateType) |
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(CertificateType, CertificateType) |
Determines if two CertificateType values are the same. |
Implicit(String to CertificateType) |
Converts a String to a CertificateType. |
Inequality(CertificateType, CertificateType) |
Determines if two CertificateType values are not the same. |