次の方法で共有


LoadTestingCmkIdentityType 構造体

定義

暗号化キー URL へのアクセスに使用するマネージド ID の種類。

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

コンストラクター

LoadTestingCmkIdentityType(String)

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

プロパティ

SystemAssigned

SystemAssigned。

UserAssigned

UserAssigned。

メソッド

Equals(LoadTestingCmkIdentityType)

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

ToString()

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

演算子

Equality(LoadTestingCmkIdentityType, LoadTestingCmkIdentityType)

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

Implicit(String to LoadTestingCmkIdentityType)

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

Inequality(LoadTestingCmkIdentityType, LoadTestingCmkIdentityType)

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

適用対象