PredefinedAcceleratorResourceInner Class

public final class PredefinedAcceleratorResourceInner
extends ProxyResource

Predefined accelerator resource.

Constructor Summary

Constructor Description
PredefinedAcceleratorResourceInner()

Creates an instance of PredefinedAcceleratorResourceInner class.

Method Summary

Modifier and Type Method and Description
PredefinedAcceleratorProperties properties()

Get the properties property: Predefined accelerator properties payload.

Sku sku()

Get the sku property: Sku of the predefined accelerator resource.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

PredefinedAcceleratorResourceInner withProperties(PredefinedAcceleratorProperties properties)

Set the properties property: Predefined accelerator properties payload.

PredefinedAcceleratorResourceInner withSku(Sku sku)

Set the sku property: Sku of the predefined accelerator resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PredefinedAcceleratorResourceInner

public PredefinedAcceleratorResourceInner()

Creates an instance of PredefinedAcceleratorResourceInner class.

Method Details

properties

public PredefinedAcceleratorProperties properties()

Get the properties property: Predefined accelerator properties payload.

Returns:

the properties value.

sku

public Sku sku()

Get the sku property: Sku of the predefined accelerator resource.

Returns:

the sku value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public PredefinedAcceleratorResourceInner withProperties(PredefinedAcceleratorProperties properties)

Set the properties property: Predefined accelerator properties payload.

Parameters:

properties - the properties value to set.

Returns:

the PredefinedAcceleratorResourceInner object itself.

withSku

public PredefinedAcceleratorResourceInner withSku(Sku sku)

Set the sku property: Sku of the predefined accelerator resource.

Parameters:

sku - the sku value to set.

Returns:

the PredefinedAcceleratorResourceInner object itself.

Applies to