Package version:

Interface GroupQuotaRequestBasePropertiesName

Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.

interface GroupQuotaRequestBasePropertiesName {
    localizedValue?: string;
    value?: string;
}

Properties

localizedValue?: string

Resource display name.

value?: string

Resource name.