你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StreamingJobStorageAccount 类

定义

与具有 MSI 的 Azure 存储帐户关联的属性。

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

构造函数

StreamingJobStorageAccount()

初始化 StreamingJobStorageAccount 的新实例。

属性

AccountKey

Azure 存储帐户的帐户密钥。 在 PUT (CreateOrReplace) 请求上是必需的。

(继承自 StreamAnalyticsStorageAccount)
AccountName

Azure 存储帐户的名称。 在 PUT (CreateOrReplace) 请求上是必需的。

(继承自 StreamAnalyticsStorageAccount)
AuthenticationMode

身份验证模式。

(继承自 StreamAnalyticsStorageAccount)

适用于