PurviewAccountClient.UpdateAccountPropertiesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アカウントを更新します。
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
要求オプション。
戻り値
例外
content
が null です。
注釈
の Request Body
スキーマ:
{
friendlyName: string
}
の Response Body
スキーマ:
{
id: string,
identity: {
principalId: string,
tenantId: string,
type: "SystemAssigned"
},
location: string,
name: string,
properties: {
cloudConnectors: {
awsExternalId: string
},
createdAt: string (ISO 8601 Format),
createdBy: string,
createdByObjectId: string,
endpoints: {
catalog: string,
guardian: string,
scan: string
},
friendlyName: string,
managedResourceGroupName: string,
managedResources: {
eventHubNamespace: string,
resourceGroup: string,
storageAccount: string
},
privateEndpointConnections: [
{
id: string,
name: string,
properties: {
privateEndpoint: {
id: string
},
privateLinkServiceConnectionState: {
actionsRequired: string,
description: string,
status: "Unknown" | "Pending" | "Approved" | "Rejected" | "Disconnected"
},
provisioningState: string
},
type: string
}
],
provisioningState: "Unknown" | "Creating" | "Moving" | "Deleting" | "SoftDeleting" | "SoftDeleted" | "Failed" | "Succeeded" | "Canceled",
publicNetworkAccess: "NotSpecified" | "Enabled" | "Disabled"
},
sku: {
capacity: number,
name: "Standard"
},
systemData: {
createdAt: string (ISO 8601 Format),
createdBy: string,
createdByType: "User" | "Application" | "ManagedIdentity" | "Key",
lastModifiedAt: string (ISO 8601 Format),
lastModifiedBy: string,
lastModifiedByType: "User" | "Application" | "ManagedIdentity" | "Key"
},
tags: Dictionary<string, string>,
type: string
}
の Response Error
スキーマ:
{
error: {
code: string,
details: [
{
code: string,
details: [ErrorModel],
message: string,
target: string
}
],
message: string,
target: string
}
}
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET