CustomizedAcceleratorProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. CustomizedAcceleratorProperties
- com.
Implements
public final class CustomizedAcceleratorProperties
implements JsonSerializable<CustomizedAcceleratorProperties>
Customized accelerator properties payload.
Constructor Summary
Constructor | Description |
---|---|
CustomizedAcceleratorProperties() |
Creates an instance of Customized |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
acceleratorTags()
Get the accelerator |
Customized |
acceleratorType()
Get the accelerator |
String |
description()
Get the description property: The description property. |
String |
displayName()
Get the display |
static
Customized |
fromJson(JsonReader jsonReader)
Reads an instance of Customized |
Accelerator |
gitRepository()
Get the git |
String |
iconUrl()
Get the icon |
List<String> |
imports()
Get the imports property: Imports references all imports that this accelerator/fragment depends upon. |
Customized |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Customized |
withAcceleratorTags(List<String> acceleratorTags)
Set the accelerator |
Customized |
withAcceleratorType(CustomizedAcceleratorType acceleratorType)
Set the accelerator |
Customized |
withDescription(String description)
Set the description property: The description property. |
Customized |
withDisplayName(String displayName)
Set the display |
Customized |
withGitRepository(AcceleratorGitRepository gitRepository)
Set the git |
Customized |
withIconUrl(String iconUrl)
Set the icon |
Methods inherited from java.lang.Object
Constructor Details
CustomizedAcceleratorProperties
public CustomizedAcceleratorProperties()
Creates an instance of CustomizedAcceleratorProperties class.
Method Details
acceleratorTags
public List
Get the acceleratorTags property: The acceleratorTags property.
Returns:
acceleratorType
public CustomizedAcceleratorType acceleratorType()
Get the acceleratorType property: Type of the customized accelerator.
Returns:
description
public String description()
Get the description property: The description property.
Returns:
displayName
public String displayName()
Get the displayName property: The displayName property.
Returns:
fromJson
public static CustomizedAcceleratorProperties fromJson(JsonReader jsonReader)
Reads an instance of CustomizedAcceleratorProperties from the JsonReader.
Parameters:
Returns:
Throws:
gitRepository
public AcceleratorGitRepository gitRepository()
Get the gitRepository property: The gitRepository property.
Returns:
iconUrl
public String iconUrl()
Get the iconUrl property: The iconUrl property.
Returns:
imports
public List
Get the imports property: Imports references all imports that this accelerator/fragment depends upon.
Returns:
provisioningState
public CustomizedAcceleratorProvisioningState provisioningState()
Get the provisioningState property: State of the customized accelerator.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAcceleratorTags
public CustomizedAcceleratorProperties withAcceleratorTags(List
Set the acceleratorTags property: The acceleratorTags property.
Parameters:
Returns:
withAcceleratorType
public CustomizedAcceleratorProperties withAcceleratorType(CustomizedAcceleratorType acceleratorType)
Set the acceleratorType property: Type of the customized accelerator.
Parameters:
Returns:
withDescription
public CustomizedAcceleratorProperties withDescription(String description)
Set the description property: The description property.
Parameters:
Returns:
withDisplayName
public CustomizedAcceleratorProperties withDisplayName(String displayName)
Set the displayName property: The displayName property.
Parameters:
Returns:
withGitRepository
public CustomizedAcceleratorProperties withGitRepository(AcceleratorGitRepository gitRepository)
Set the gitRepository property: The gitRepository property.
Parameters:
Returns:
withIconUrl
public CustomizedAcceleratorProperties withIconUrl(String iconUrl)
Set the iconUrl property: The iconUrl property.
Parameters:
Returns:
Applies to
Azure SDK for Java