다음을 통해 공유


StreamingJobStorageAccount Class

Definition

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

public class StreamingJobStorageAccount : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsStorageAccount, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobStorageAccount>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobStorageAccount>
public class StreamingJobStorageAccount : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsStorageAccount
type StreamingJobStorageAccount = class
    inherit StreamAnalyticsStorageAccount
    interface IJsonModel<StreamingJobStorageAccount>
    interface IPersistableModel<StreamingJobStorageAccount>
type StreamingJobStorageAccount = class
    inherit StreamAnalyticsStorageAccount
Public Class StreamingJobStorageAccount
Inherits StreamAnalyticsStorageAccount
Implements IJsonModel(Of StreamingJobStorageAccount), IPersistableModel(Of StreamingJobStorageAccount)
Public Class StreamingJobStorageAccount
Inherits StreamAnalyticsStorageAccount
Inheritance
StreamingJobStorageAccount
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamAnalyticsStorageAccount)
IJsonModel<StreamAnalyticsStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamAnalyticsStorageAccount)
IJsonModel<StreamingJobStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StreamingJobStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsStorageAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamAnalyticsStorageAccount)
IPersistableModel<StreamAnalyticsStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamAnalyticsStorageAccount)
IPersistableModel<StreamAnalyticsStorageAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamAnalyticsStorageAccount)
IPersistableModel<StreamingJobStorageAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingJobStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StreamingJobStorageAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to