DevOpsOrgCollection.CreateOrUpdate Method

Definition

Creates or updates monitored Azure DevOps organization details.

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

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.

orgName
String

The Azure DevOps organization name.

data
DevOpsOrgData

The Azure DevOps organization resource payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

orgName is an empty string, and was expected to be non-empty.

orgName or data is null.

Applies to