แชร์ผ่าน


StorageAccount Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.StorageAccount

public class StorageAccount

The properties that are associated with an Azure Storage account.

Method Summary

Modifier and Type Method and Description
String accountKey()

Get the accountKey value.

String accountName()

Get the accountName value.

StorageAccount withAccountKey(String accountKey)

Set the accountKey value.

StorageAccount withAccountName(String accountName)

Set the accountName value.

Method Details

accountKey

public String accountKey()

Get the accountKey value.

Returns:

the accountKey value

accountName

public String accountName()

Get the accountName value.

Returns:

the accountName value

withAccountKey

public StorageAccount withAccountKey(String accountKey)

Set the accountKey value.

Parameters:

accountKey - the accountKey value to set

Returns:

the StorageAccount object itself.

withAccountName

public StorageAccount withAccountName(String accountName)

Set the accountName value.

Parameters:

accountName - the accountName value to set

Returns:

the StorageAccount object itself.

Applies to