Sdílet prostřednictvím


CdnManagedCertificateType Struct

Definition

Type of certificate used.

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

Constructors

CdnManagedCertificateType(String)

Initializes a new instance of CdnManagedCertificateType.

Properties

Dedicated

Dedicated.

Shared

Shared.

Methods

Equals(CdnManagedCertificateType)

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

Determines if two CdnManagedCertificateType values are the same.

Implicit(String to CdnManagedCertificateType)

Converts a string to a CdnManagedCertificateType.

Inequality(CdnManagedCertificateType, CdnManagedCertificateType)

Determines if two CdnManagedCertificateType values are not the same.

Applies to