Udostępnij za pośrednictwem


CertificateSource Struct

Definition

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