Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.AttachedNetworkConnectionInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of AttachedNetworkConnectionInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionAttachedNetworksClient.createOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body) Creates or updates an attached NetworkConnection.AttachedNetworksClient.createOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates an attached NetworkConnection.AttachedNetworksClient.getByDevCenter
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName) Gets an attached NetworkConnection.AttachedNetworksClient.getByProject
(String resourceGroupName, String projectName, String attachedNetworkConnectionName) Gets an attached NetworkConnection.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedNetworkConnectionInner>,
AttachedNetworkConnectionInner> AttachedNetworksClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body) Creates or updates an attached NetworkConnection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedNetworkConnectionInner>,
AttachedNetworkConnectionInner> AttachedNetworksClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body) Creates or updates an attached NetworkConnection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedNetworkConnectionInner>,
AttachedNetworkConnectionInner> AttachedNetworksClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates an attached NetworkConnection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedNetworkConnectionInner>,
AttachedNetworkConnectionInner> AttachedNetworksClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates an attached NetworkConnection.com.azure.core.http.rest.Response<AttachedNetworkConnectionInner>
AttachedNetworksClient.getByDevCenterWithResponse
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, com.azure.core.util.Context context) Gets an attached NetworkConnection.com.azure.core.http.rest.Response<AttachedNetworkConnectionInner>
AttachedNetworksClient.getByProjectWithResponse
(String resourceGroupName, String projectName, String attachedNetworkConnectionName, com.azure.core.util.Context context) Gets an attached NetworkConnection.com.azure.core.http.rest.PagedIterable<AttachedNetworkConnectionInner>
AttachedNetworksClient.listByDevCenter
(String resourceGroupName, String devCenterName) Lists the attached NetworkConnections for a DevCenter.com.azure.core.http.rest.PagedIterable<AttachedNetworkConnectionInner>
AttachedNetworksClient.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<AttachedNetworkConnectionInner>
AttachedNetworksClient.listByProject
(String resourceGroupName, String projectName) Lists the attached NetworkConnections for a Project.com.azure.core.http.rest.PagedIterable<AttachedNetworkConnectionInner>
AttachedNetworksClient.listByProject
(String resourceGroupName, String projectName, Integer top, com.azure.core.util.Context context) Lists the attached NetworkConnections for a Project.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedNetworkConnectionInner>,
AttachedNetworkConnectionInner> AttachedNetworksClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body) Creates or updates an attached NetworkConnection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedNetworkConnectionInner>,
AttachedNetworkConnectionInner> AttachedNetworksClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates an attached NetworkConnection.AttachedNetworksClient.createOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body) Creates or updates an attached NetworkConnection.AttachedNetworksClient.createOrUpdate
(String resourceGroupName, String devCenterName, String attachedNetworkConnectionName, AttachedNetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates an attached NetworkConnection. -
Uses of AttachedNetworkConnectionInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionAttachedNetworkConnectionInner.withNetworkConnectionId
(String networkConnectionId) Set the networkConnectionId property: The resource ID of the NetworkConnection you want to attach. -
Uses of AttachedNetworkConnectionInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionAttachedNetworkConnection.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.AttachedNetworkConnectionInner object.Modifier and TypeMethodDescriptionAttachedNetworkListResult.value()
Get the value property: Current page of results.