StreamingJobStorageAccount クラス

定義

MSI を使用する Azure Storage アカウントに関連付けられているプロパティ。

public class StreamingJobStorageAccount : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsStorageAccount
type StreamingJobStorageAccount = class
    inherit StreamAnalyticsStorageAccount
Public Class StreamingJobStorageAccount
Inherits StreamAnalyticsStorageAccount
継承
StreamingJobStorageAccount

コンストラクター

StreamingJobStorageAccount()

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

プロパティ

AccountKey

Azure Storage アカウントのアカウント キー。 PUT (CreateOrReplace) 要求で必須。

(継承元 StreamAnalyticsStorageAccount)
AccountName

Azure ストレージ アカウントの名前。 PUT (CreateOrReplace) 要求で必須。

(継承元 StreamAnalyticsStorageAccount)
AuthenticationMode

認証モード。

(継承元 StreamAnalyticsStorageAccount)

適用対象