Uses of Class
com.azure.resourcemanager.compute.models.UsageName
-
Packages that use UsageName Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of UsageName in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return UsageName Modifier and Type Method Description UsageNameUsageInner. name()Get the name property: The name of the type of usage.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type UsageName Modifier and Type Method Description UsageInnerUsageInner. withName(UsageName name)Set the name property: The name of the type of usage. -
Uses of UsageName in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return UsageName Modifier and Type Method Description UsageNameComputeUsage. name()UsageNameUsageName. withLocalizedValue(String localizedValue)Set the localizedValue property: The localized name of the resource.UsageNameUsageName. withValue(String value)Set the value property: The name of the resource.
-