CertificateSource 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.
Certificate Source.
public readonly struct CertificateSource : IEquatable<Azure.ResourceManager.ApiManagement.Models.CertificateSource>
type CertificateSource = struct
Public Structure CertificateSource
Implements IEquatable(Of CertificateSource)
- Inheritance
-
CertificateSource
- Implements
Constructors
CertificateSource(String) |
Initializes a new instance of CertificateSource. |
Properties
BuiltIn |
BuiltIn. |
Custom |
Custom. |
KeyVault |
KeyVault. |
Managed |
Managed. |
Methods
Equals(CertificateSource) |
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(CertificateSource, CertificateSource) |
Determines if two CertificateSource values are the same. |
Implicit(String to CertificateSource) |
Converts a string to a CertificateSource. |
Inequality(CertificateSource, CertificateSource) |
Determines if two CertificateSource values are not the same. |
Applies to
Azure SDK for .NET