JobStorageAccount Class
The properties that are associated with an Azure Storage account with MSI.
- Inheritance
-
azure.mgmt.streamanalytics.models._models_py3.StorageAccountJobStorageAccount
Constructor
JobStorageAccount(*, account_name: Optional[str] = None, account_key: Optional[str] = None, authentication_mode: Optional[Union[str, azure.mgmt.streamanalytics.models._stream_analytics_management_client_enums.AuthenticationMode]] = None, **kwargs)
Parameters
- account_name
- str
Required
The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account_key
- str
Required
The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- authentication_mode
- str or <xref:stream_analytics_management_client.models.AuthenticationMode>
Required
Authentication Mode. Possible values include: "Msi", "UserToken", "ConnectionString".
Feedback
Submit and view feedback for