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