次の方法で共有


PurviewAccountClient.UpdateAccountPropertiesAsync メソッド

定義

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

public virtual System.Threading.Tasks.Task<Azure.Response> UpdateAccountPropertiesAsync (Azure.Core.RequestContent content, Azure.RequestOptions options = default);
abstract member UpdateAccountPropertiesAsync : Azure.Core.RequestContent * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.UpdateAccountPropertiesAsync : Azure.Core.RequestContent * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UpdateAccountPropertiesAsync (content As RequestContent, Optional options As RequestOptions = Nothing) As Task(Of Response)

パラメーター

content
RequestContent

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

options
Azure.RequestOptions

要求オプション。

戻り値

注釈

Request Bodyスキーマ:

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

適用対象