Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.NetworkConnectionInner
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 NetworkConnectionInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionNetworkConnectionsClient.createOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body) Creates or updates a Network Connections resource.NetworkConnectionsClient.createOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates a Network Connections resource.NetworkConnectionsClient.getByResourceGroup
(String resourceGroupName, String networkConnectionName) Gets a network connection resource.NetworkConnectionsClient.update
(String resourceGroupName, String networkConnectionName, NetworkConnectionUpdate body) Partially updates a Network Connection.NetworkConnectionsClient.update
(String resourceGroupName, String networkConnectionName, NetworkConnectionUpdate body, com.azure.core.util.Context context) Partially updates a Network Connection.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body) Creates or updates a Network Connections resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body) Creates or updates a Network Connections resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates a Network Connections resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates a Network Connections resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionUpdate body) Partially updates a Network Connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionUpdate body) Partially updates a Network Connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionUpdate body, com.azure.core.util.Context context) Partially updates a Network Connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionUpdate body, com.azure.core.util.Context context) Partially updates a Network Connection.com.azure.core.http.rest.Response<NetworkConnectionInner>
NetworkConnectionsClient.getByResourceGroupWithResponse
(String resourceGroupName, String networkConnectionName, com.azure.core.util.Context context) Gets a network connection resource.com.azure.core.http.rest.PagedIterable<NetworkConnectionInner>
NetworkConnectionsClient.list()
Lists network connections in a subscription.com.azure.core.http.rest.PagedIterable<NetworkConnectionInner>
Lists network connections in a subscription.com.azure.core.http.rest.PagedIterable<NetworkConnectionInner>
NetworkConnectionsClient.listByResourceGroup
(String resourceGroupName) Lists network connections in a resource group.com.azure.core.http.rest.PagedIterable<NetworkConnectionInner>
NetworkConnectionsClient.listByResourceGroup
(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists network connections in a resource group.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body) Creates or updates a Network Connections resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConnectionInner>,
NetworkConnectionInner> NetworkConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates a Network Connections resource.NetworkConnectionsClient.createOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body) Creates or updates a Network Connections resource.NetworkConnectionsClient.createOrUpdate
(String resourceGroupName, String networkConnectionName, NetworkConnectionInner body, com.azure.core.util.Context context) Creates or updates a Network Connections resource. -
Uses of NetworkConnectionInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionNetworkConnectionInner.withDomainJoinType
(DomainJoinType domainJoinType) Set the domainJoinType property: AAD Join type.NetworkConnectionInner.withDomainName
(String domainName) Set the domainName property: Active Directory domain name.NetworkConnectionInner.withDomainPassword
(String domainPassword) Set the domainPassword property: The password for the account used to join domain.NetworkConnectionInner.withDomainUsername
(String domainUsername) Set the domainUsername property: The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory.NetworkConnectionInner.withLocation
(String location) NetworkConnectionInner.withNetworkingResourceGroupName
(String networkingResourceGroupName) Set the networkingResourceGroupName property: The name for resource group where NICs will be placed.NetworkConnectionInner.withOrganizationUnit
(String organizationUnit) Set the organizationUnit property: Active Directory domain Organization Unit (OU).NetworkConnectionInner.withSubnetId
(String subnetId) Set the subnetId property: The subnet to attach Virtual Machines to. -
Uses of NetworkConnectionInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionNetworkConnection.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.NetworkConnectionInner object.Modifier and TypeMethodDescriptionNetworkConnectionListResult.value()
Get the value property: Current page of results.