ApplicationAcceleratorResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appplatform. fluent. models. ApplicationAcceleratorResourceInner
- com.
- com.
public final class ApplicationAcceleratorResourceInner
extends ProxyResource
Application accelerator resource.
Constructor Summary
Constructor | Description |
---|---|
ApplicationAcceleratorResourceInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Application |
properties()
Get the properties property: Application accelerator properties payload. |
Sku |
sku()
Get the sku property: Sku of the application 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. |
Application |
withProperties(ApplicationAcceleratorProperties properties)
Set the properties property: Application accelerator properties payload. |
Application |
withSku(Sku sku)
Set the sku property: Sku of the application accelerator resource. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationAcceleratorResourceInner
public ApplicationAcceleratorResourceInner()
Creates an instance of ApplicationAcceleratorResourceInner class.
Method Details
fromJson
public static ApplicationAcceleratorResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationAcceleratorResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ApplicationAcceleratorResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ApplicationAcceleratorResourceInner.name()Returns:
properties
public ApplicationAcceleratorProperties properties()
Get the properties property: Application accelerator properties payload.
Returns:
sku
public Sku sku()
Get the sku property: Sku of the application 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:
ApplicationAcceleratorResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ApplicationAcceleratorResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public ApplicationAcceleratorResourceInner withProperties(ApplicationAcceleratorProperties properties)
Set the properties property: Application accelerator properties payload.
Parameters:
Returns:
withSku
public ApplicationAcceleratorResourceInner withSku(Sku sku)
Set the sku property: Sku of the application accelerator resource.
Parameters:
Returns:
Applies to
Azure SDK for Java