次の方法で共有


IotSecuritySolutionDataSource 構造体

定義

IotSecuritySolutionDataSource。

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

コンストラクター

IotSecuritySolutionDataSource(String)

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

プロパティ

TwinData

デバイス ツイン データ。

メソッド

Equals(IotSecuritySolutionDataSource)

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

ToString()

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

演算子

Equality(IotSecuritySolutionDataSource, IotSecuritySolutionDataSource)

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

Implicit(String to IotSecuritySolutionDataSource)

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

Inequality(IotSecuritySolutionDataSource, IotSecuritySolutionDataSource)

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

適用対象