CdnCertificateSourceType Struct

Definition

The CdnCertificateSourceType.

public readonly struct CdnCertificateSourceType : IEquatable<Azure.ResourceManager.Cdn.Models.CdnCertificateSourceType>
type CdnCertificateSourceType = struct
Public Structure CdnCertificateSourceType
Implements IEquatable(Of CdnCertificateSourceType)
Inheritance
CdnCertificateSourceType
Implements

Constructors

CdnCertificateSourceType(String)

Initializes a new instance of CdnCertificateSourceType.

Properties

CdnCertificateSource

CdnCertificateSourceParameters.

Methods

Equals(CdnCertificateSourceType)

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(CdnCertificateSourceType, CdnCertificateSourceType)

Determines if two CdnCertificateSourceType values are the same.

Implicit(String to CdnCertificateSourceType)

Converts a string to a CdnCertificateSourceType.

Inequality(CdnCertificateSourceType, CdnCertificateSourceType)

Determines if two CdnCertificateSourceType values are not the same.

Applies to