Uses of Class
com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties
Packages that use CustomizedAcceleratorProperties
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 CustomizedAcceleratorProperties in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type CustomizedAcceleratorPropertiesModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> CustomizedAcceleratorsClient.beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> CustomizedAcceleratorsClient.beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, com.azure.core.util.Context context) Check the customized accelerator are valid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> CustomizedAcceleratorsClient.beginValidateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.CustomizedAcceleratorsClient.validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.CustomizedAcceleratorsClient.validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, com.azure.core.util.Context context) Check the customized accelerator are valid.CustomizedAcceleratorsClient.validateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>CustomizedAcceleratorsClient.validateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid. -
Uses of CustomizedAcceleratorProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return CustomizedAcceleratorPropertiesModifier and TypeMethodDescriptionCustomizedAcceleratorResourceInner.properties()Get the properties property: Customized accelerator properties payload.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type CustomizedAcceleratorPropertiesModifier and TypeMethodDescriptionCustomizedAcceleratorResourceInner.withProperties(CustomizedAcceleratorProperties properties) Set the properties property: Customized accelerator properties payload. -
Uses of CustomizedAcceleratorProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CustomizedAcceleratorPropertiesModifier and TypeMethodDescriptionCustomizedAcceleratorProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomizedAcceleratorProperties from the JsonReader.CustomizedAcceleratorProperties.withAcceleratorTags(List<String> acceleratorTags) Set the acceleratorTags property: The acceleratorTags property.CustomizedAcceleratorProperties.withAcceleratorType(CustomizedAcceleratorType acceleratorType) Set the acceleratorType property: Type of the customized accelerator.CustomizedAcceleratorProperties.withDescription(String description) Set the description property: The description property.CustomizedAcceleratorProperties.withDisplayName(String displayName) Set the displayName property: The displayName property.CustomizedAcceleratorProperties.withGitRepository(AcceleratorGitRepository gitRepository) Set the gitRepository property: The gitRepository property.CustomizedAcceleratorProperties.withIconUrl(String iconUrl) Set the iconUrl property: The iconUrl property.