次の方法で共有


QuotaName Class

  • java.lang.Object
    • com.azure.resourcemanager.devopsinfrastructure.models.QuotaName

public final class QuotaName

The Quota Names.

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

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