AzureDevOpsOrgResource.Update Method

Definition

Updates monitored Azure DevOps organization details.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}/devops/default/azureDevOpsOrgs/{orgName}.
  • Operation Id. : AzureDevOpsOrgs_Update.
  • Default Api Version. : 2025-11-01-preview.
  • Resource. : AzureDevOpsOrgResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As AzureDevOpsOrgData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AzureDevOpsOrgResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

data
AzureDevOpsOrgData

The Azure DevOps organization resource payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to