ManagedByTenant Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ManagedByTenant
- com.
Implements
public final class ManagedByTenant
implements JsonSerializable<ManagedByTenant>
Information about a tenant managing the subscription.
Constructor Summary
Constructor | Description |
---|---|
ManagedByTenant() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
tenantId()
Get the tenant |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ManagedByTenant
public ManagedByTenant()
Creates an instance of ManagedByTenant class.
Method Details
fromJson
public static ManagedByTenant fromJson(JsonReader jsonReader)
Reads an instance of ManagedByTenant from the JsonReader.
Parameters:
Returns:
Throws:
tenantId
public String tenantId()
Get the tenantId property: The tenant ID of the managing tenant. This is a GUID.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java