Uses of Class
com.microsoft.azure.management.batch.AccountKeyType
-
-
Uses of AccountKeyType in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AccountKeyType Modifier and Type Method Description static AccountKeyTypeAccountKeyType. fromString(String value)Parses a serialized value to a AccountKeyType instance.AccountKeyTypeBatchAccountRegenerateKeyParameters. keyName()Get the keyName value.static AccountKeyTypeAccountKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountKeyType[]AccountKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.batch with parameters of type AccountKeyType Modifier and Type Method Description BatchAccountKeysBatchAccount. regenerateKeys(AccountKeyType keyType)Regenerates the access keys for the Batch account.BatchAccountRegenerateKeyParametersBatchAccountRegenerateKeyParameters. withKeyName(AccountKeyType keyName)Set the keyName value.
-