PurviewAccountClient.UpdateAccountProperties Method

Definition

Updates an account.

public virtual Azure.Response UpdateAccountProperties (Azure.Core.RequestContent content, Azure.RequestOptions options = default);
abstract member UpdateAccountProperties : Azure.Core.RequestContent * Azure.RequestOptions -> Azure.Response
override this.UpdateAccountProperties : Azure.Core.RequestContent * Azure.RequestOptions -> Azure.Response
Public Overridable Function UpdateAccountProperties (content As RequestContent, Optional options As RequestOptions = Nothing) As Response

Parameters

content
RequestContent

The content to send as the body of the request.

options
Azure.RequestOptions

The request options.

Returns

Remarks

Schema for Request Body:

NameTypeRequiredDescription
friendlyNamestringThe friendly name for the azure resource.

Applies to