ResourceSku Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. ResourceSku
- com.
public final class ResourceSku
The ResourceSku model.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceSku() |
Creates an instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
name()
Get the name property: Name of the SKU. |
| void |
validate()
Validates the instance. |
|
Resource |
withName(String name)
Set the name property: Name of the SKU. |
Methods inherited from java.lang.Object
Constructor Details
ResourceSku
public ResourceSku()
Creates an instance of ResourceSku class.
Method Details
name
public String name()
Get the name property: Name of the SKU.
Returns:
validate
public void validate()
Validates the instance.
withName
public ResourceSku withName(String name)
Set the name property: Name of the SKU.
Parameters:
Returns: