Tenants Interface
public interface Tenants
Resource collection API of Tenants.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Gets the tenants for your account. |
abstract
Paged |
list(Context context)
Gets the tenants for your account. |
Method Details
list
public abstract PagedIterable
Gets the tenants for your account.
Returns:
the tenants for your account as paginated response with PagedIterable<T>.
list
public abstract PagedIterable
Gets the tenants for your account.
Parameters:
context
- The context to associate with this operation.
Returns:
the tenants for your account as paginated response with PagedIterable<T>.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java