CrossTenantScopes Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. CrossTenantScopes
- com.
Implements
public final class CrossTenantScopes
implements JsonSerializable<CrossTenantScopes>
Cross tenant scopes.
Constructor Summary
Constructor | Description |
---|---|
CrossTenantScopes() |
Creates an instance of Cross |
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
Constructor Details
CrossTenantScopes
public CrossTenantScopes()
Creates an instance of CrossTenantScopes class.
Method Details
fromJson
public static CrossTenantScopes fromJson(JsonReader jsonReader)
Reads an instance of CrossTenantScopes from the JsonReader.
Parameters:
Returns:
Throws:
managementGroups
public List
Get the managementGroups property: List of management groups.
Returns:
subscriptions
public List
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.
Applies to
Azure SDK for Java