CustomizedAcceleratorResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appplatform. fluent. models. CustomizedAcceleratorResourceInner
- com.
- com.
public final class CustomizedAcceleratorResourceInner
extends ProxyResource
Customized accelerator resource.
Constructor Summary
Constructor | Description |
---|---|
CustomizedAcceleratorResourceInner() |
Creates an instance of Customized |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Customized |
fromJson(JsonReader jsonReader)
Reads an instance of Customized |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Customized |
properties()
Get the properties property: Customized accelerator properties payload. |
Sku |
sku()
Get the sku property: Sku of the customized accelerator resource. |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Customized |
withProperties(CustomizedAcceleratorProperties properties)
Set the properties property: Customized accelerator properties payload. |
Customized |
withSku(Sku sku)
Set the sku property: Sku of the customized accelerator resource. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
CustomizedAcceleratorResourceInner
public CustomizedAcceleratorResourceInner()
Creates an instance of CustomizedAcceleratorResourceInner class.
Method Details
fromJson
public static CustomizedAcceleratorResourceInner fromJson(JsonReader jsonReader)
Reads an instance of CustomizedAcceleratorResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CustomizedAcceleratorResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CustomizedAcceleratorResourceInner.name()Returns:
properties
public CustomizedAcceleratorProperties properties()
Get the properties property: Customized accelerator properties payload.
Returns:
sku
public Sku sku()
Get the sku property: Sku of the customized accelerator resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CustomizedAcceleratorResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CustomizedAcceleratorResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public CustomizedAcceleratorResourceInner withProperties(CustomizedAcceleratorProperties properties)
Set the properties property: Customized accelerator properties payload.
Parameters:
Returns:
withSku
public CustomizedAcceleratorResourceInner withSku(Sku sku)
Set the sku property: Sku of the customized accelerator resource.
Parameters:
Returns:
Applies to
Azure SDK for Java