Uses of Class
com.microsoft.azure.management.eventhub.KeyType
-
-
Uses of KeyType in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return KeyType Modifier and Type Method Description static KeyTypeKeyType. fromString(String value)Parses a serialized value to a KeyType instance.static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.eventhub with parameters of type KeyType Modifier and Type Method Description EventHubAuthorizationKeyAuthorizationRule. regenerateKey(KeyType keyType)Regenerates primary or secondary keys.rx.Observable<EventHubAuthorizationKey>AuthorizationRule. regenerateKeyAsync(KeyType keyType)Regenerates primary or secondary access keys.
-