Usage Interface
public interface Usage
An immutable client-side representation of Usage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
amlWorkspaceLocation()
Gets the aml |
| abstract Long |
currentValue()
Gets the current |
| abstract String |
id()
Gets the id property: Specifies the resource ID. |
|
abstract
Usage |
innerModel()
Gets the inner com. |
| abstract Long |
limit()
Gets the limit property: The maximum permitted usage of the resource. |
|
abstract
Usage |
name()
Gets the name property: The name of the type of usage. |
| abstract String |
type()
Gets the type property: Specifies the resource type. |
|
abstract
Usage |
unit()
Gets the unit property: An enum describing the unit of usage measurement. |
Method Details
amlWorkspaceLocation
public abstract String amlWorkspaceLocation()
Gets the amlWorkspaceLocation property: Region of the AML workspace in the id.
Returns:
currentValue
public abstract Long currentValue()
Gets the currentValue property: The current usage of the resource.
Returns:
id
public abstract String id()
Gets the id property: Specifies the resource ID.
Returns:
innerModel
public abstract UsageInner innerModel()
Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UsageInner object.
Returns:
limit
public abstract Long limit()
Gets the limit property: The maximum permitted usage of the resource.
Returns:
name
public abstract UsageName name()
Gets the name property: The name of the type of usage.
Returns:
type
public abstract String type()
Gets the type property: Specifies the resource type.
Returns:
unit
public abstract UsageUnit unit()
Gets the unit property: An enum describing the unit of usage measurement.
Returns: