BatchAccountKeysInner Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.implementation.BatchAccountKeysInner

public class BatchAccountKeysInner

A set of Azure Batch account keys.

Method Summary

Modifier and Type Method and Description
String accountName()

Get the Batch account name.

String primary()

Get the primary key associated with the account.

String secondary()

Get the secondary key associated with the account.

Method Details

accountName

public String accountName()

Get the Batch account name.

Returns:

the accountName value

primary

public String primary()

Get the primary key associated with the account.

Returns:

the primary value

secondary

public String secondary()

Get the secondary key associated with the account.

Returns:

the secondary value

Applies to