Uses of Class
com.azure.resourcemanager.appplatform.models.TestKeyType
Packages that use TestKeyType
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of TestKeyType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as TestKeyTypeModifier and TypeFieldDescriptionstatic final TestKeyTypeTestKeyType.PRIMARYStatic value Primary for TestKeyType.static final TestKeyTypeTestKeyType.SECONDARYStatic value Secondary for TestKeyType.Methods in com.azure.resourcemanager.appplatform.models that return TestKeyTypeModifier and TypeMethodDescriptionstatic TestKeyTypeTestKeyType.fromString(String name) Creates or finds a TestKeyType from its string representation.RegenerateTestKeyRequestPayload.keyType()Get the keyType property: Type of the test key.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type TestKeyTypeModifier and TypeMethodDescriptionstatic Collection<TestKeyType> TestKeyType.values()Gets known TestKeyType values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type TestKeyTypeModifier and TypeMethodDescriptionSpringService.regenerateTestKeys(TestKeyType keyType) Regenerates a test key for the Service.SpringService.regenerateTestKeysAsync(TestKeyType keyType) Regenerates a test key for the Service.RegenerateTestKeyRequestPayload.withKeyType(TestKeyType keyType) Set the keyType property: Type of the test key.