Uses of Class
com.azure.resourcemanager.appservice.models.KeyType
Packages that use KeyType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of KeyType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as KeyTypeModifier and TypeFieldDescriptionstatic final KeyTypeKeyType.NOT_SPECIFIEDStatic value NotSpecified for KeyType.static final KeyTypeKeyType.PRIMARYStatic value Primary for KeyType.static final KeyTypeKeyType.SECONDARYStatic value Secondary for KeyType.Methods in com.azure.resourcemanager.appservice.models that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeKeyType.fromString(String name) Creates or finds a KeyType from its string representation.RegenerateActionParameter.keyType()Get the keyType property: The key type.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type KeyTypeModifier and TypeMethodDescriptionstatic Collection<KeyType>KeyType.values()Gets known KeyType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type KeyTypeModifier and TypeMethodDescriptionRegenerateActionParameter.withKeyType(KeyType keyType) Set the keyType property: The key type.