ComputeResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. machinelearningservices. fluent. models. ComputeResourceInner
- com.
- com.
- com.
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. |
System |
systemData()
Get the system |
void |
validate()
Validates the instance. |
Compute |
withIdentity(Identity identity)
Set the identity property: The identity of the resource. |
Compute |
withLocation(String location) |
Compute |
withProperties(Compute properties)
Set the properties property: Compute properties. |
Compute |
withSku(Sku sku)
Set the sku property: The sku of the workspace. |
Compute |
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:
properties
public Compute properties()
Get the properties property: Compute properties.
Returns:
sku
public Sku sku()
Get the sku property: The sku of the workspace.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Read only system data.
Returns:
validate
public void validate()
Validates the instance.
withIdentity
public ComputeResourceInner withIdentity(Identity identity)
Set the identity property: The identity of the resource.
Parameters:
Returns:
withLocation
public ComputeResourceInner withLocation(String location)
Overrides:
ComputeResourceInner.withLocation(String location)Parameters:
withProperties
public ComputeResourceInner withProperties(Compute properties)
Set the properties property: Compute properties.
Parameters:
Returns:
withSku
public ComputeResourceInner withSku(Sku sku)
Set the sku property: The sku of the workspace.
Parameters:
Returns:
withTags
public ComputeResourceInner withTags(Map
Overrides:
ComputeResourceInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java