Uses of Class
com.azure.resourcemanager.appplatform.models.TestKeys
-
Packages that use TestKeys 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 TestKeys in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return TestKeys Modifier and Type Method Description TestKeysServicesClient. enableTestEndpoint(String resourceGroupName, String serviceName)Enable test endpoint functionality for a Service.TestKeysServicesClient. listTestKeys(String resourceGroupName, String serviceName)List test keys for a Service.TestKeysServicesClient. regenerateTestKey(String resourceGroupName, String serviceName, TestKeyType keyType)Regenerate a test key for a Service.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type TestKeys Modifier and Type Method Description Mono<TestKeys>ServicesClient. enableTestEndpointAsync(String resourceGroupName, String serviceName)Enable test endpoint functionality for a Service.com.azure.core.http.rest.Response<TestKeys>ServicesClient. enableTestEndpointWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context)Enable test endpoint functionality for a Service.Mono<com.azure.core.http.rest.Response<TestKeys>>ServicesClient. enableTestEndpointWithResponseAsync(String resourceGroupName, String serviceName)Enable test endpoint functionality for a Service.Mono<TestKeys>ServicesClient. listTestKeysAsync(String resourceGroupName, String serviceName)List test keys for a Service.com.azure.core.http.rest.Response<TestKeys>ServicesClient. listTestKeysWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context)List test keys for a Service.Mono<com.azure.core.http.rest.Response<TestKeys>>ServicesClient. listTestKeysWithResponseAsync(String resourceGroupName, String serviceName)List test keys 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 TestKeys in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return TestKeys Modifier and Type Method Description TestKeysSpringService. enableTestEndpoint()Enables the test endpoint for the service.TestKeysSpringService. listTestKeys()Lists test keys for the service.TestKeysSpringService. regenerateTestKeys(TestKeyType keyType)Regenerates a test key for the Service.TestKeysTestKeys. withEnabled(Boolean enabled)Set the enabled property: Indicates whether the test endpoint feature enabled or not.TestKeysTestKeys. withPrimaryKey(String primaryKey)Set the primaryKey property: Primary key.TestKeysTestKeys. withPrimaryTestEndpoint(String primaryTestEndpoint)Set the primaryTestEndpoint property: Primary test endpoint.TestKeysTestKeys. withSecondaryKey(String secondaryKey)Set the secondaryKey property: Secondary key.TestKeysTestKeys. withSecondaryTestEndpoint(String secondaryTestEndpoint)Set the secondaryTestEndpoint property: Secondary test endpoint.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type TestKeys Modifier and Type Method Description Mono<TestKeys>SpringService. enableTestEndpointAsync()Enables the test endpoint for the service.Mono<TestKeys>SpringService. listTestKeysAsync()Lists test keys for the service.Mono<TestKeys>SpringService. regenerateTestKeysAsync(TestKeyType keyType)Regenerates a test key for the Service.
-