PartnerResponseResource.Update(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update the management partner for the objectId and tenantId.
- Request Path: /providers/Microsoft.ManagementPartner/partners/{partnerId}
- Operation Id: Partner_Update
public virtual Azure.Response<Azure.ResourceManager.ManagementPartner.PartnerResponseResource> Update (System.Threading.CancellationToken cancellationToken = default);
abstract member Update : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementPartner.PartnerResponseResource>
override this.Update : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementPartner.PartnerResponseResource>
Public Overridable Function Update (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PartnerResponseResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.