Uses of Class
com.azure.resourcemanager.appplatform.models.TestKeyType
-
Packages that use TestKeyType Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of TestKeyType in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type TestKeyType Modifier and Type Method Description TestKeysServicesClient. regenerateTestKey(String resourceGroupName, String serviceName, TestKeyType keyType)Regenerate a test key for a Service.Mono<TestKeys>ServicesClient. regenerateTestKeyAsync(String resourceGroupName, String serviceName, TestKeyType keyType)Regenerate a test key for a Service.com.azure.core.http.rest.Response<TestKeys>ServicesClient. regenerateTestKeyWithResponse(String resourceGroupName, String serviceName, TestKeyType keyType, com.azure.core.util.Context context)Regenerate a test key for a Service.Mono<com.azure.core.http.rest.Response<TestKeys>>ServicesClient. regenerateTestKeyWithResponseAsync(String resourceGroupName, String serviceName, TestKeyType keyType)Regenerate a test key for a Service. -
Uses of TestKeyType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as TestKeyType Modifier and Type Field Description static TestKeyTypeTestKeyType. PRIMARYStatic value Primary for TestKeyType.static TestKeyTypeTestKeyType. SECONDARYStatic value Secondary for TestKeyType.Methods in com.azure.resourcemanager.appplatform.models that return TestKeyType Modifier and Type Method Description static TestKeyTypeTestKeyType. fromString(String name)Creates or finds a TestKeyType from its string representation.TestKeyTypeRegenerateTestKeyRequestPayload. keyType()Get the keyType property: Type of the test key.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type TestKeyType Modifier and Type Method Description static Collection<TestKeyType>TestKeyType. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type TestKeyType Modifier and Type Method Description TestKeysSpringService. regenerateTestKeys(TestKeyType keyType)Regenerates a test key for the Service.Mono<TestKeys>SpringService. regenerateTestKeysAsync(TestKeyType keyType)Regenerates a test key for the Service.RegenerateTestKeyRequestPayloadRegenerateTestKeyRequestPayload. withKeyType(TestKeyType keyType)Set the keyType property: Type of the test key.
-