Interface NetworkConnection.Update
- All Superinterfaces:
NetworkConnection.UpdateStages.WithDomainName
,NetworkConnection.UpdateStages.WithDomainPassword
,NetworkConnection.UpdateStages.WithDomainUsername
,NetworkConnection.UpdateStages.WithOrganizationUnit
,NetworkConnection.UpdateStages.WithSubnetId
,NetworkConnection.UpdateStages.WithTags
- Enclosing interface:
- NetworkConnection
public static interface NetworkConnection.Update
extends NetworkConnection.UpdateStages.WithTags, NetworkConnection.UpdateStages.WithSubnetId, NetworkConnection.UpdateStages.WithDomainName, NetworkConnection.UpdateStages.WithOrganizationUnit, NetworkConnection.UpdateStages.WithDomainUsername, NetworkConnection.UpdateStages.WithDomainPassword
The template for NetworkConnection update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.devcenter.models.NetworkConnection.UpdateStages.WithDomainName
withDomainName
Methods inherited from interface com.azure.resourcemanager.devcenter.models.NetworkConnection.UpdateStages.WithDomainPassword
withDomainPassword
Methods inherited from interface com.azure.resourcemanager.devcenter.models.NetworkConnection.UpdateStages.WithDomainUsername
withDomainUsername
Methods inherited from interface com.azure.resourcemanager.devcenter.models.NetworkConnection.UpdateStages.WithOrganizationUnit
withOrganizationUnit
Methods inherited from interface com.azure.resourcemanager.devcenter.models.NetworkConnection.UpdateStages.WithSubnetId
withSubnetId
Methods inherited from interface com.azure.resourcemanager.devcenter.models.NetworkConnection.UpdateStages.WithTags
withTags
-
Method Details
-
apply
NetworkConnection apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-