ComputeResourceInner Class

public final class ComputeResourceInner
extends Resource

Machine Learning compute object wrapped into ARM resource envelope.

Constructor Summary

Constructor Description
ComputeResourceInner()

Method Summary

Modifier and Type Method and Description
Identity identity()

Get the identity property: The identity of the resource.

Compute properties()

Get the properties property: Compute properties.

Sku sku()

Get the sku property: The sku of the workspace.

SystemData systemData()

Get the systemData property: Read only system data.

void validate()

Validates the instance.

ComputeResourceInner withIdentity(Identity identity)

Set the identity property: The identity of the resource.

ComputeResourceInner withLocation(String location)
ComputeResourceInner withProperties(Compute properties)

Set the properties property: Compute properties.

ComputeResourceInner withSku(Sku sku)

Set the sku property: The sku of the workspace.

ComputeResourceInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

ComputeResourceInner

public ComputeResourceInner()

Method Details

identity

public Identity identity()

Get the identity property: The identity of the resource.

Returns:

the identity value.

properties

public Compute properties()

Get the properties property: Compute properties.

Returns:

the properties value.

sku

public Sku sku()

Get the sku property: The sku of the workspace.

Returns:

the sku value.

systemData

public SystemData systemData()

Get the systemData property: Read only system data.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withIdentity

public ComputeResourceInner withIdentity(Identity identity)

Set the identity property: The identity of the resource.

Parameters:

identity - the identity value to set.

Returns:

the ComputeResourceInner object itself.

withLocation

public ComputeResourceInner withLocation(String location)

Overrides:

ComputeResourceInner.withLocation(String location)

Parameters:

location

withProperties

public ComputeResourceInner withProperties(Compute properties)

Set the properties property: Compute properties.

Parameters:

properties - the properties value to set.

Returns:

the ComputeResourceInner object itself.

withSku

public ComputeResourceInner withSku(Sku sku)

Set the sku property: The sku of the workspace.

Parameters:

sku - the sku value to set.

Returns:

the ComputeResourceInner object itself.

withTags

public ComputeResourceInner withTags(Map tags)

Overrides:

ComputeResourceInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to