SkuOverviewInner Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. fluent. models. SkuOverviewInner
- com.
public final class SkuOverviewInner
The network function sku overview.
Constructor Summary
| Constructor | Description |
|---|---|
| SkuOverviewInner() |
Creates an instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
skuName()
Get the sku |
|
Sku |
skuType()
Get the sku |
| void |
validate()
Validates the instance. |
|
Sku |
withSkuName(String skuName)
Set the sku |
|
Sku |
withSkuType(SkuType skuType)
Set the sku |
Methods inherited from java.lang.Object
Constructor Details
SkuOverviewInner
public SkuOverviewInner()
Creates an instance of SkuOverviewInner class.
Method Details
skuName
public String skuName()
Get the skuName property: The vendor sku name.
Returns:
skuType
public SkuType skuType()
Get the skuType property: The vendor sku type.
Returns:
validate
public void validate()
Validates the instance.
withSkuName
public SkuOverviewInner withSkuName(String skuName)
Set the skuName property: The vendor sku name.
Parameters:
Returns:
withSkuType
public SkuOverviewInner withSkuType(SkuType skuType)
Set the skuType property: The vendor sku type.
Parameters:
Returns: