Uses of Interface
com.azure.resourcemanager.devcenter.models.NetworkConnection
Package
Description
Package containing the data models for DevCenterManagementClient.
-
Uses of NetworkConnection in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionNetworkConnection.Update.apply()
Executes the update request.NetworkConnection.Update.apply
(com.azure.core.util.Context context) Executes the update request.NetworkConnection.DefinitionStages.WithCreate.create()
Executes the create request.NetworkConnection.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a network connection resource.NetworkConnections.getByResourceGroup
(String resourceGroupName, String networkConnectionName) Gets a network connection resource.NetworkConnection.refresh()
Refreshes the resource to sync with Azure.NetworkConnection.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<NetworkConnection>
NetworkConnections.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a network connection resource.com.azure.core.http.rest.Response<NetworkConnection>
NetworkConnections.getByResourceGroupWithResponse
(String resourceGroupName, String networkConnectionName, com.azure.core.util.Context context) Gets a network connection resource.com.azure.core.http.rest.PagedIterable<NetworkConnection>
NetworkConnections.list()
Lists network connections in a subscription.com.azure.core.http.rest.PagedIterable<NetworkConnection>
Lists network connections in a subscription.com.azure.core.http.rest.PagedIterable<NetworkConnection>
NetworkConnections.listByResourceGroup
(String resourceGroupName) Lists network connections in a resource group.com.azure.core.http.rest.PagedIterable<NetworkConnection>
NetworkConnections.listByResourceGroup
(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists network connections in a resource group.