UpdateStorageAccountParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.UpdateStorageAccountParameters

public class UpdateStorageAccountParameters

Storage account parameters for a storage account being updated in a Data Lake Analytics account.

Method Summary

Modifier and Type Method and Description
String accessKey()

Get the accessKey value.

String suffix()

Get the suffix value.

UpdateStorageAccountParameters withAccessKey(String accessKey)

Set the accessKey value.

UpdateStorageAccountParameters withSuffix(String suffix)

Set the suffix value.

Method Details

accessKey

public String accessKey()

Get the accessKey value.

Returns:

the accessKey value

suffix

public String suffix()

Get the suffix value.

Returns:

the suffix value

withAccessKey

public UpdateStorageAccountParameters withAccessKey(String accessKey)

Set the accessKey value.

Parameters:

accessKey - the accessKey value to set

Returns:

the UpdateStorageAccountParameters object itself.

withSuffix

public UpdateStorageAccountParameters withSuffix(String suffix)

Set the suffix value.

Parameters:

suffix - the suffix value to set

Returns:

the UpdateStorageAccountParameters object itself.

Applies to