Uses of Class
com.azure.resourcemanager.eventhubs.models.KeyType
Packages that use KeyType
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of KeyType in com.azure.resourcemanager.eventhubs.models
Fields in com.azure.resourcemanager.eventhubs.models declared as KeyTypeModifier and TypeFieldDescriptionstatic final KeyTypeKeyType.PRIMARY_KEYStatic value PrimaryKey for KeyType.static final KeyTypeKeyType.SECONDARY_KEYStatic value SecondaryKey for KeyType.Methods in com.azure.resourcemanager.eventhubs.models that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeKeyType.fromString(String name) Creates or finds a KeyType from its string representation.RegenerateAccessKeyParameters.keyType()Get the keyType property: The access key to regenerate.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type KeyTypeMethods in com.azure.resourcemanager.eventhubs.models with parameters of type KeyTypeModifier and TypeMethodDescriptionAuthorizationRule.regenerateKey(KeyType keyType) Regenerates primary or secondary keys.AuthorizationRule.regenerateKeyAsync(KeyType keyType) Regenerates primary or secondary access keys.RegenerateAccessKeyParameters.withKeyType(KeyType keyType) Set the keyType property: The access key to regenerate.