StreamingJobStorageAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET