Uses of Enum
com.azure.resourcemanager.batch.models.AccountKeyType
Packages that use AccountKeyType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AccountKeyType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AccountKeyTypeModifier and TypeMethodDescriptionstatic AccountKeyTypeAccountKeyType.fromString(String value) Parses a serialized value to a AccountKeyType instance.BatchAccountRegenerateKeyParameters.keyName()Get the keyName property: The type of account key to regenerate.static AccountKeyTypeReturns 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.azure.resourcemanager.batch.models with parameters of type AccountKeyTypeModifier and TypeMethodDescriptionBatchAccountRegenerateKeyParameters.withKeyName(AccountKeyType keyName) Set the keyName property: The type of account key to regenerate.