CrossTenantScopes Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. CrossTenantScopes
- com.
Implements
public final class CrossTenantScopes
implements JsonSerializable<CrossTenantScopes>
Cross tenant scopes.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cross |
fromJson(JsonReader jsonReader)
Reads an instance of Cross |
| List<String> |
managementGroups()
Get the management |
| List<String> |
subscriptions()
Get the subscriptions property: List of subscriptions. |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CrossTenantScopes fromJson(JsonReader jsonReader)
Reads an instance of CrossTenantScopes from the JsonReader.
Parameters:
Returns:
Throws:
managementGroups
public List<String> managementGroups()
Get the managementGroups property: List of management groups.
Returns:
subscriptions
public List<String> subscriptions()
Get the subscriptions property: List of subscriptions.
Returns:
tenantId
public String tenantId()
Get the tenantId property: Tenant ID.
Returns:
toJson
validate
public void validate()
Validates the instance.