Uses of Class
com.microsoft.azure.management.cosmosdb.KeyKind
-
-
Uses of KeyKind in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb 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.microsoft.azure.management.cosmosdb 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 access key to regenerate.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type KeyKind Modifier and Type Method Description static Collection<KeyKind>KeyKind. values()Methods in com.microsoft.azure.management.cosmosdb 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.rx.CompletableCosmosDBAccount. regenerateKeyAsync(KeyKind keyKind)rx.Observable<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 access key to regenerate.
-