Share via


StreamingJobStorageAccount Class

Definition

The properties that are associated with an Azure Storage account with MSI.

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

Constructors

StreamingJobStorageAccount()

Initializes a new instance of StreamingJobStorageAccount.

Properties

AccountKey

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

(Inherited from StreamAnalyticsStorageAccount)
AccountName

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

(Inherited from StreamAnalyticsStorageAccount)
AuthenticationMode

Authentication Mode.

(Inherited from StreamAnalyticsStorageAccount)

Applies to