Uses of Interface
com.azure.resourcemanager.devcenter.models.AttachedNetworkConnection
Package
Description
Package containing the data models for DevCenterManagementClient.
-
Uses of AttachedNetworkConnection in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionAttachedNetworkConnection.Update.apply()
Executes the update request.AttachedNetworkConnection.Update.apply
(com.azure.core.util.Context context) Executes the update request.AttachedNetworkConnection.DefinitionStages.WithCreate.create()
Executes the create request.AttachedNetworkConnection.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.AttachedNetworks.getByDevCenter
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName) Gets an attached NetworkConnection.Gets an attached NetworkConnection.AttachedNetworks.getByProject
(String resourceGroupName, String projectName, String attachedNetworkConnectionName) Gets an attached NetworkConnection.AttachedNetworkConnection.refresh()
Refreshes the resource to sync with Azure.AttachedNetworkConnection.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AttachedNetworkConnection>
AttachedNetworks.getByDevCenterWithResponse
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, com.azure.core.util.Context context) Gets an attached NetworkConnection.com.azure.core.http.rest.Response<AttachedNetworkConnection>
AttachedNetworks.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets an attached NetworkConnection.com.azure.core.http.rest.Response<AttachedNetworkConnection>
AttachedNetworks.getByProjectWithResponse
(String resourceGroupName, String projectName, String attachedNetworkConnectionName, com.azure.core.util.Context context) Gets an attached NetworkConnection.com.azure.core.http.rest.PagedIterable<AttachedNetworkConnection>
AttachedNetworks.listByDevCenter
(String resourceGroupName, String devCenterName) Lists the attached NetworkConnections for a DevCenter.com.azure.core.http.rest.PagedIterable<AttachedNetworkConnection>
AttachedNetworks.listByDevCenter
(String resourceGroupName, String devCenterName, Integer top, com.azure.core.util.Context context) Lists the attached NetworkConnections for a DevCenter.com.azure.core.http.rest.PagedIterable<AttachedNetworkConnection>
AttachedNetworks.listByProject
(String resourceGroupName, String projectName) Lists the attached NetworkConnections for a Project.com.azure.core.http.rest.PagedIterable<AttachedNetworkConnection>
AttachedNetworks.listByProject
(String resourceGroupName, String projectName, Integer top, com.azure.core.util.Context context) Lists the attached NetworkConnections for a Project.