Bagikan melalui


DevCenterEnvironmentTypeResource.Update Method

Definition

Partially updates an environment type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_Update
public virtual Azure.Response<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource> Update (Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentTypePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentTypePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource>
override this.Update : Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentTypePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource>
Public Overridable Function Update (patch As DevCenterEnvironmentTypePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevCenterEnvironmentTypeResource)

Parameters

patch
DevCenterEnvironmentTypePatch

Updatable environment type properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to