BatchAccountKeys Class
- java.
lang. Object - com.
microsoft. azure. management. batch. BatchAccountKeys
- com.
public class BatchAccountKeys
This class represents the access keys for the batch account.
Constructor Summary
Constructor | Description |
---|---|
BatchAccountKeys(String primaryKey, String secondaryKey) |
Constructor for the class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
primary()
Get the primary value. |
String |
secondary()
Get the secondary value. |
Constructor Details
BatchAccountKeys
public BatchAccountKeys(String primaryKey, String secondaryKey)
Constructor for the class.
Parameters:
primaryKey
- primary key value for the batch account
secondaryKey
- secondary key value for the batch account
Method Details
primary
public String primary()
Get the primary value.
Returns:
the primary value
secondary
public String secondary()
Get the secondary value.
Returns:
the secondary value
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.