Uses of Class
com.azure.resourcemanager.resources.fluent.models.TenantIdDescriptionInner
-
Packages that use TenantIdDescriptionInner Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of TenantIdDescriptionInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type TenantIdDescriptionInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<TenantIdDescriptionInner>TenantsClient. list()Gets the tenants for your account.com.azure.core.http.rest.PagedIterable<TenantIdDescriptionInner>TenantsClient. list(com.azure.core.util.Context context)Gets the tenants for your account.com.azure.core.http.rest.PagedFlux<TenantIdDescriptionInner>TenantsClient. listAsync()Gets the tenants for your account. -
Uses of TenantIdDescriptionInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type TenantIdDescriptionInner Modifier and Type Method Description List<TenantIdDescriptionInner>TenantListResult. value()Get the value property: An array of tenants.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type TenantIdDescriptionInner Modifier and Type Method Description TenantListResultTenantListResult. withValue(List<TenantIdDescriptionInner> value)Set the value property: An array of tenants.
-