Uses of Class
com.azure.resourcemanager.resources.models.TenantCategory
-
Packages that use TenantCategory Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of TenantCategory in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TenantCategory Modifier and Type Method Description TenantCategoryTenantIdDescriptionInner. tenantCategory()Get the tenantCategory property: Category of the tenant. -
Uses of TenantCategory in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return TenantCategory Modifier and Type Method Description static TenantCategoryTenantCategory. fromString(String value)Parses a serialized value to a TenantCategory instance.static TenantCategoryTenantCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantCategory[]TenantCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-