StorageAccountInfo Class

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

public class StorageAccountInfo extends SubResource

Azure Storage account information.

Method Summary

Modifier and Type Method and Description
String accessKey()

Get the accessKey value.

String suffix()

Get the suffix value.

StorageAccountInfo withAccessKey(String accessKey)

Set the accessKey value.

StorageAccountInfo withSuffix(String suffix)

Set the suffix value.

Inherited Members

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 StorageAccountInfo withAccessKey(String accessKey)

Set the accessKey value.

Parameters:

accessKey - the accessKey value to set

Returns:

the StorageAccountInfo object itself.

withSuffix

public StorageAccountInfo withSuffix(String suffix)

Set the suffix value.

Parameters:

suffix - the suffix value to set

Returns:

the StorageAccountInfo object itself.

Applies to