NetworkManagerPropertiesNetworkManagerScopes Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. NetworkManagerPropertiesNetworkManagerScopes
- com.
Implements
public final class NetworkManagerPropertiesNetworkManagerScopes
implements JsonSerializable<NetworkManagerPropertiesNetworkManagerScopes>
Scope of Network Manager.
Constructor Summary
Constructor | Description |
---|---|
NetworkManagerPropertiesNetworkManagerScopes() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Cross |
crossTenantScopes()
Get the cross |
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
List<String> |
managementGroups()
Get the management |
List<String> |
subscriptions()
Get the subscriptions property: List of subscriptions. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Network |
withManagementGroups(List<String> managementGroups)
Set the management |
Network |
withSubscriptions(List<String> subscriptions)
Set the subscriptions property: List of subscriptions. |
Methods inherited from java.lang.Object
Constructor Details
NetworkManagerPropertiesNetworkManagerScopes
public NetworkManagerPropertiesNetworkManagerScopes()
Creates an instance of NetworkManagerPropertiesNetworkManagerScopes class.
Method Details
crossTenantScopes
public List
Get the crossTenantScopes property: List of cross tenant scopes.
Returns:
fromJson
public static NetworkManagerPropertiesNetworkManagerScopes fromJson(JsonReader jsonReader)
Reads an instance of NetworkManagerPropertiesNetworkManagerScopes 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:
toJson
validate
public void validate()
Validates the instance.
withManagementGroups
public NetworkManagerPropertiesNetworkManagerScopes withManagementGroups(List
Set the managementGroups property: List of management groups.
Parameters:
Returns:
withSubscriptions
public NetworkManagerPropertiesNetworkManagerScopes withSubscriptions(List
Set the subscriptions property: List of subscriptions.
Parameters:
Returns:
Applies to
Azure SDK for Java