Uses of Class
com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorType
Packages that use CustomizedAcceleratorType
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of CustomizedAcceleratorType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as CustomizedAcceleratorTypeModifier and TypeFieldDescriptionstatic final CustomizedAcceleratorTypeCustomizedAcceleratorType.ACCELERATORStatic value Accelerator for CustomizedAcceleratorType.static final CustomizedAcceleratorTypeCustomizedAcceleratorType.FRAGMENTStatic value Fragment for CustomizedAcceleratorType.Methods in com.azure.resourcemanager.appplatform.models that return CustomizedAcceleratorTypeModifier and TypeMethodDescriptionCustomizedAcceleratorProperties.acceleratorType()Get the acceleratorType property: Type of the customized accelerator.static CustomizedAcceleratorTypeCustomizedAcceleratorType.fromString(String name) Creates or finds a CustomizedAcceleratorType from its string representation.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type CustomizedAcceleratorTypeModifier and TypeMethodDescriptionstatic Collection<CustomizedAcceleratorType>CustomizedAcceleratorType.values()Gets known CustomizedAcceleratorType values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type CustomizedAcceleratorTypeModifier and TypeMethodDescriptionCustomizedAcceleratorProperties.withAcceleratorType(CustomizedAcceleratorType acceleratorType) Set the acceleratorType property: Type of the customized accelerator.