ResourceSku Class

  • java.lang.Object
    • com.azure.resourcemanager.dashboard.models.ResourceSku

public final class ResourceSku

The ResourceSku model.

Constructor Summary

Constructor Description
ResourceSku()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name property.

void validate()

Validates the instance.

ResourceSku withName(String name)

Set the name property: The name property.

Methods inherited from java.lang.Object

Constructor Details

ResourceSku

public ResourceSku()

Method Details

name

public String name()

Get the name property: The name property.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public ResourceSku withName(String name)

Set the name property: The name property.

Parameters:

name - the name value to set.

Returns:

the ResourceSku object itself.

Applies to

Azure SDK for Java

Preview