JobStorageAccount Class

public final class JobStorageAccount
extends StorageAccount

The properties that are associated with an Azure Storage account with MSI.

Constructor Summary

Constructor Description
JobStorageAccount()

Creates an instance of JobStorageAccount class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

JobStorageAccount withAccountKey(String accountKey)

Set the accountKey property: The account key for the Azure Storage account.

JobStorageAccount withAccountName(String accountName)

Set the accountName property: The name of the Azure Storage account.

JobStorageAccount withAuthenticationMode(AuthenticationMode authenticationMode)

Set the authenticationMode property: Authentication Mode.

Methods inherited from StorageAccount

Methods inherited from java.lang.Object

Constructor Details

JobStorageAccount

public JobStorageAccount()

Creates an instance of JobStorageAccount class.

Method Details

validate

public void validate()

Validates the instance.

Overrides:

JobStorageAccount.validate()

withAccountKey

public JobStorageAccount withAccountKey(String accountKey)

Set the accountKey property: The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

Overrides:

JobStorageAccount.withAccountKey(String accountKey)

Parameters:

accountKey

withAccountName

public JobStorageAccount withAccountName(String accountName)

Set the accountName property: The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

Overrides:

JobStorageAccount.withAccountName(String accountName)

Parameters:

accountName

withAuthenticationMode

public JobStorageAccount withAuthenticationMode(AuthenticationMode authenticationMode)

Set the authenticationMode property: Authentication Mode.

Overrides:

JobStorageAccount.withAuthenticationMode(AuthenticationMode authenticationMode)

Parameters:

authenticationMode

Applies to