Uses of Class
com.azure.resourcemanager.appplatform.models.ApmReference
Packages that use ApmReference
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ApmReference in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type ApmReferenceModifier and TypeMethodDescriptionServicesClient.beginDisableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm) Disable an APM globally.ServicesClient.beginDisableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm, com.azure.core.util.Context context) Disable an APM globally.ServicesClient.beginDisableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm) Disable an APM globally.ServicesClient.beginEnableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm) Enable an APM globally.ServicesClient.beginEnableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm, com.azure.core.util.Context context) Enable an APM globally.ServicesClient.beginEnableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm) Enable an APM globally.voidServicesClient.disableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm) Disable an APM globally.voidServicesClient.disableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm, com.azure.core.util.Context context) Disable an APM globally.ServicesClient.disableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm) Disable an APM globally.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ServicesClient.disableApmGloballyWithResponseAsync(String resourceGroupName, String serviceName, ApmReference apm) Disable an APM globally.voidServicesClient.enableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm) Enable an APM globally.voidServicesClient.enableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm, com.azure.core.util.Context context) Enable an APM globally.ServicesClient.enableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm) Enable an APM globally.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ServicesClient.enableApmGloballyWithResponseAsync(String resourceGroupName, String serviceName, ApmReference apm) Enable an APM globally. -
Uses of ApmReference in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ApmReferenceModifier and TypeMethodDescriptionstatic ApmReferenceApmReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApmReference from the JsonReader.ApmReference.withResourceId(String resourceId) Set the resourceId property: Resource Id of the APM.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ApmReferenceModifier and TypeMethodDescriptionBuildProperties.apms()Get the apms property: The APMs for this build.DeploymentSettings.apms()Get the apms property: Collection of ApmReferences.GatewayProperties.apms()Get the apms property: Collection of ApmReferences in service level.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ApmReferenceModifier and TypeMethodDescriptionBuildProperties.withApms(List<ApmReference> apms) Set the apms property: The APMs for this build.DeploymentSettings.withApms(List<ApmReference> apms) Set the apms property: Collection of ApmReferences.GatewayProperties.withApms(List<ApmReference> apms) Set the apms property: Collection of ApmReferences in service level.