次の方法で共有


CdnManagedCertificateType 構造体

定義

使用される証明書の種類。

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

コンストラクター

CdnManagedCertificateType(String)

CdnManagedCertificateType の新しいインスタンスを初期化します。

プロパティ

Dedicated

専用。

Shared

共有。

メソッド

Equals(CdnManagedCertificateType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CdnManagedCertificateType, CdnManagedCertificateType)

2 つの CdnManagedCertificateType 値が同じかどうかを判断します。

Implicit(String to CdnManagedCertificateType)

文字列を CdnManagedCertificateType に変換します。

Inequality(CdnManagedCertificateType, CdnManagedCertificateType)

2 つの CdnManagedCertificateType 値が同じでないかどうかを判断します。

適用対象