PurviewCollection.CreateOrUpdateCollection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション エンティティを作成または更新します。
public virtual Azure.Response CreateOrUpdateCollection (Azure.Core.RequestContent content, Azure.RequestOptions options = default);
abstract member CreateOrUpdateCollection : Azure.Core.RequestContent * Azure.RequestOptions -> Azure.Response
override this.CreateOrUpdateCollection : Azure.Core.RequestContent * Azure.RequestOptions -> Azure.Response
Public Overridable Function CreateOrUpdateCollection (content As RequestContent, Optional options As RequestOptions = Nothing) As Response
パラメーター
- content
- RequestContent
要求の本文として送信するコンテンツ。
- options
- Azure.RequestOptions
要求オプション。
戻り値
例外
content
が null です。
注釈
の Request Body
スキーマ:
{
collectionProvisioningState: "Unknown" | "Creating" | "Moving" | "Deleting" | "Failed" | "Succeeded",
description: string,
friendlyName: string,
name: string,
parentCollection: {
referenceName: string,
type: string
},
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"
}
}
の Response Body
スキーマ:
{
collectionProvisioningState: "Unknown" | "Creating" | "Moving" | "Deleting" | "Failed" | "Succeeded",
description: string,
friendlyName: string,
name: string,
parentCollection: {
referenceName: string,
type: string
},
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"
}
}
の 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