次の方法で共有


PurviewAccountClient.UpdateAccountProperties メソッド

定義

アカウントを更新します。

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

パラメーター

content
RequestContent

要求の本文として送信するコンテンツ。

options
Azure.RequestOptions

要求オプション。

戻り値

注釈

Request Bodyスキーマ:

NameTypeRequiredDescription
friendlyNamestringAzure リソースのフレンドリ名。

適用対象