次の方法で共有


StreamingJobContentStoragePolicy 構造体

定義

有効な値は JobStorageAccount と SystemAccount です。 JobStorageAccount に設定すると、ユーザーは jobStorageAccount プロパティも指定する必要があります。 .

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

コンストラクター

StreamingJobContentStoragePolicy(String)

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

プロパティ

JobStorageAccount

JobStorageAccount。

SystemAccount

SystemAccount。

メソッド

Equals(StreamingJobContentStoragePolicy)

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

ToString()

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

演算子

Equality(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy)

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

Implicit(String to StreamingJobContentStoragePolicy)

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

Inequality(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy)

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

適用対象