ArmDataLakeAnalyticsModelFactory.StorageAccountForDataLakeAnalyticsAccountUpdateContent Method
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.
Initializes a new instance of StorageAccountForDataLakeAnalyticsAccountUpdateContent.
public static Azure.ResourceManager.DataLakeAnalytics.Models.StorageAccountForDataLakeAnalyticsAccountUpdateContent StorageAccountForDataLakeAnalyticsAccountUpdateContent(string name = default, string accessKey = default, string suffix = default);
static member StorageAccountForDataLakeAnalyticsAccountUpdateContent : string * string * string -> Azure.ResourceManager.DataLakeAnalytics.Models.StorageAccountForDataLakeAnalyticsAccountUpdateContent
Public Shared Function StorageAccountForDataLakeAnalyticsAccountUpdateContent (Optional name As String = Nothing, Optional accessKey As String = Nothing, Optional suffix As String = Nothing) As StorageAccountForDataLakeAnalyticsAccountUpdateContent
Parameters
- name
- String
The unique name of the Azure Storage account to update. Serialized Name: UpdateStorageAccountWithAccountParameters.name
- accessKey
- String
The updated access key associated with this Azure Storage account that will be used to connect to it. Serialized Name: UpdateStorageAccountWithAccountParameters.properties.accessKey
- suffix
- String
The optional suffix for the storage account. Serialized Name: UpdateStorageAccountWithAccountParameters.properties.suffix
Returns
A new StorageAccountForDataLakeAnalyticsAccountUpdateContent instance for mocking.