Share via


Networks Interface

Implements

public interface Networks
extends SupportsCreating<Blank>, SupportsListing<Network>, SupportsListingByResourceGroup<Network>, SupportsGettingByResourceGroup<Network>, SupportsGettingById<Network>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<Network>, SupportsBatchDeletion, HasManager<NetworkManager>

Entry point to virtual network management API in Azure.

Method Summary

Modifier and Type Method and Description
default Network getByResourceGroup(String resourceGroupName, String name, Context context)

Gets the information about Network based on the resource name and the name of its resource group.

Method Details

getByResourceGroup

public default Network getByResourceGroup(String resourceGroupName, String name, Context context)

Gets the information about Network based on the resource name and the name of its resource group.

Parameters:

resourceGroupName - the name of the resource group the resource is in
name - the name of the virtual network. (Note, this is not the ID)
context - the Context of the request

Returns:

an immutable representation of the resource

Applies to