Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.ApmResourceInner
Packages that use ApmResourceInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ApmResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return ApmResourceInnerModifier and TypeMethodDescriptionApmsClient.createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.ApmsClient.createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, com.azure.core.util.Context context) Create or update an APM.Get the APM by name.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type ApmResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, com.azure.core.util.Context context) Create or update an APM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, com.azure.core.util.Context context) Create or update an APM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.ApmsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.Get the APM by name.com.azure.core.http.rest.Response<ApmResourceInner>ApmsClient.getWithResponse(String resourceGroupName, String serviceName, String apmName, com.azure.core.util.Context context) Get the APM by name.Mono<com.azure.core.http.rest.Response<ApmResourceInner>>ApmsClient.getWithResponseAsync(String resourceGroupName, String serviceName, String apmName) Get the APM by name.com.azure.core.http.rest.PagedIterable<ApmResourceInner>Get collection of APMs.com.azure.core.http.rest.PagedIterable<ApmResourceInner>Get collection of APMs.com.azure.core.http.rest.PagedFlux<ApmResourceInner>Get collection of APMs.Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type ApmResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, com.azure.core.util.Context context) Create or update an APM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApmResourceInner>,ApmResourceInner> ApmsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.ApmsClient.createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.ApmsClient.createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, com.azure.core.util.Context context) Create or update an APM.ApmsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ApmsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource) Create or update an APM. -
Uses of ApmResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return ApmResourceInnerModifier and TypeMethodDescriptionstatic ApmResourceInnerApmResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApmResourceInner from the JsonReader.ApmResourceInner.withProperties(ApmProperties properties) Set the properties property: Properties of an APM. -
Uses of ApmResourceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ApmResourceInnerModifier and TypeMethodDescriptionApmResourceCollection.value()Get the value property: Collection of APM resources.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ApmResourceInnerModifier and TypeMethodDescriptionApmResourceCollection.withValue(List<ApmResourceInner> value) Set the value property: Collection of APM resources.