Class BatchAccountKeys
- java.lang.Object
-
- com.microsoft.azure.management.batch.BatchAccountKeys
-
public class BatchAccountKeys extends Object
This class represents the access keys for the batch account.
-
-
Constructor Summary
Constructors Constructor Description BatchAccountKeys(String primaryKey, String secondaryKey)Constructor for the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringprimary()Get the primary value.Stringsecondary()Get the secondary value.
-