Uses of Class
com.azure.resourcemanager.resources.fluent.models.TenantIdDescriptionInner
Packages that use TenantIdDescriptionInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
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 TenantIdDescriptionInnerModifier and TypeMethodDescriptioncom.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.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TenantIdDescriptionInnerModifier and TypeMethodDescriptionstatic TenantIdDescriptionInnerTenantIdDescriptionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TenantIdDescriptionInner from the JsonReader. -
Uses of TenantIdDescriptionInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type TenantIdDescriptionInnerModifier and TypeMethodDescriptionTenantListResult.value()Get the value property: An array of tenants.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type TenantIdDescriptionInnerModifier and TypeMethodDescriptionTenantListResult.withValue(List<TenantIdDescriptionInner> value) Set the value property: An array of tenants.