Class ManagedByTenant
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.ManagedByTenant
-
public final class ManagedByTenant extends Object
Information about a tenant managing the subscription.
-
-
Constructor Summary
Constructors Constructor Description ManagedByTenant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtenantId()Get the tenantId property: The tenant ID of the managing tenant.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
tenantId
public String tenantId()
Get the tenantId property: The tenant ID of the managing tenant. This is a GUID.- Returns:
- the tenantId value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-