CdnManagedCertificateType 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.
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
Azure SDK for .NET