Uses of Class
com.azure.resourcemanager.devcenter.models.NetworkConnectionUpdate
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of NetworkConnectionUpdate in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptioncom.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.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. -
Uses of NetworkConnectionUpdate in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionNetworkConnectionUpdate.withDomainName
(String domainName) Set the domainName property: Active Directory domain name.NetworkConnectionUpdate.withDomainPassword
(String domainPassword) Set the domainPassword property: The password for the account used to join domain.NetworkConnectionUpdate.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.NetworkConnectionUpdate.withLocation
(String location) Set the location property: The geo-location where the resource lives.NetworkConnectionUpdate.withOrganizationUnit
(String organizationUnit) Set the organizationUnit property: Active Directory domain Organization Unit (OU).NetworkConnectionUpdate.withSubnetId
(String subnetId) Set the subnetId property: The subnet to attach Virtual Machines to.Set the tags property: Resource tags.