次の方法で共有


PrivateStoreCollectionOfferOperationsExtensions.CreateOrUpdate メソッド

定義

プライベート ストアの特定のコレクションにオファーを更新または追加します。

public static Microsoft.Azure.Management.Marketplace.Models.Offer CreateOrUpdate (this Microsoft.Azure.Management.Marketplace.IPrivateStoreCollectionOfferOperations operations, string privateStoreId, string offerId, string collectionId, Microsoft.Azure.Management.Marketplace.Models.Offer payload = default);
static member CreateOrUpdate : Microsoft.Azure.Management.Marketplace.IPrivateStoreCollectionOfferOperations * string * string * string * Microsoft.Azure.Management.Marketplace.Models.Offer -> Microsoft.Azure.Management.Marketplace.Models.Offer
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateStoreCollectionOfferOperations, privateStoreId As String, offerId As String, collectionId As String, Optional payload As Offer = Nothing) As Offer

パラメーター

operations
IPrivateStoreCollectionOfferOperations

この拡張メソッドの操作グループ。

privateStoreId
String

ストア ID - テナント ID を使用する必要があります

offerId
String

更新または削除するオファー ID

collectionId
String

コレクション ID

payload
Offer

戻り値

適用対象