UsageName Class

  • java.lang.Object
    • com.azure.resourcemanager.batchai.models.UsageName

public final class UsageName

The Usage Names.

Constructor Summary

Constructor Description
UsageName()

Method Summary

Modifier and Type Method and Description
String localizedValue()

Get the localizedValue property: The localized name of the resource.

void validate()

Validates the instance.

String value()

Get the value property: The name of the resource.

Methods inherited from java.lang.Object

Constructor Details

UsageName

public UsageName()

Method Details

localizedValue

public String localizedValue()

Get the localizedValue property: The localized name of the resource.

Returns:

the localizedValue value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: The name of the resource.

Returns:

the value value.

Applies to