Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.PredefinedAcceleratorResourceInner
Packages that use PredefinedAcceleratorResourceInner
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 PredefinedAcceleratorResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return PredefinedAcceleratorResourceInnerModifier and TypeMethodDescriptionPredefinedAcceleratorsClient.get(String resourceGroupName, String serviceName, String applicationAcceleratorName, String predefinedAcceleratorName) Get the predefined accelerator.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type PredefinedAcceleratorResourceInnerModifier and TypeMethodDescriptionPredefinedAcceleratorsClient.getAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String predefinedAcceleratorName) Get the predefined accelerator.com.azure.core.http.rest.Response<PredefinedAcceleratorResourceInner>PredefinedAcceleratorsClient.getWithResponse(String resourceGroupName, String serviceName, String applicationAcceleratorName, String predefinedAcceleratorName, com.azure.core.util.Context context) Get the predefined accelerator.Mono<com.azure.core.http.rest.Response<PredefinedAcceleratorResourceInner>>PredefinedAcceleratorsClient.getWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String predefinedAcceleratorName) Get the predefined accelerator.com.azure.core.http.rest.PagedIterable<PredefinedAcceleratorResourceInner>PredefinedAcceleratorsClient.list(String resourceGroupName, String serviceName, String applicationAcceleratorName) Handle requests to list all predefined accelerators.com.azure.core.http.rest.PagedIterable<PredefinedAcceleratorResourceInner>PredefinedAcceleratorsClient.list(String resourceGroupName, String serviceName, String applicationAcceleratorName, com.azure.core.util.Context context) Handle requests to list all predefined accelerators.com.azure.core.http.rest.PagedFlux<PredefinedAcceleratorResourceInner>PredefinedAcceleratorsClient.listAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName) Handle requests to list all predefined accelerators. -
Uses of PredefinedAcceleratorResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return PredefinedAcceleratorResourceInnerModifier and TypeMethodDescriptionPredefinedAcceleratorResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PredefinedAcceleratorResourceInner from the JsonReader.PredefinedAcceleratorResourceInner.withProperties(PredefinedAcceleratorProperties properties) Set the properties property: Predefined accelerator properties payload.Set the sku property: Sku of the predefined accelerator resource. -
Uses of PredefinedAcceleratorResourceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type PredefinedAcceleratorResourceInnerModifier and TypeMethodDescriptionPredefinedAcceleratorResourceCollection.value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type PredefinedAcceleratorResourceInnerModifier and TypeMethodDescriptionPredefinedAcceleratorResourceCollection.withValue(List<PredefinedAcceleratorResourceInner> value) Set the value property: The value property.