Uses of Class
com.azure.resourcemanager.cosmos.models.KeyKind
-
Packages that use KeyKind Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of KeyKind in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as KeyKind Modifier and Type Field Description static KeyKindKeyKind. PRIMARYStatic value primary for KeyKind.static KeyKindKeyKind. PRIMARY_READONLYStatic value primaryReadonly for KeyKind.static KeyKindKeyKind. SECONDARYStatic value secondary for KeyKind.static KeyKindKeyKind. SECONDARY_READONLYStatic value secondaryReadonly for KeyKind.Methods in com.azure.resourcemanager.cosmos.models that return KeyKind Modifier and Type Method Description static KeyKindKeyKind. fromString(String name)Creates or finds a KeyKind from its string representation.KeyKindDatabaseAccountRegenerateKeyParameters. keyKind()Get the keyKind property: The access key to regenerate.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type KeyKind Modifier and Type Method Description static Collection<KeyKind>KeyKind. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type KeyKind Modifier and Type Method Description voidCosmosDBAccount. regenerateKey(KeyKind keyKind)voidCosmosDBAccounts. regenerateKey(String groupName, String accountName, KeyKind keyKind)Regenerates an access key for the specified Azure CosmosDB database account.Mono<Void>CosmosDBAccount. regenerateKeyAsync(KeyKind keyKind)Mono<Void>CosmosDBAccounts. regenerateKeyAsync(String groupName, String accountName, KeyKind keyKind)Regenerates an access key for the specified Azure CosmosDB database account.DatabaseAccountRegenerateKeyParametersDatabaseAccountRegenerateKeyParameters. withKeyKind(KeyKind keyKind)Set the keyKind property: The access key to regenerate.
-