次の方法で共有


MarketplaceImageAttributes コンストラクター

定義

オーバーロード

MarketplaceImageAttributes()

MarketplaceImageAttributes クラスの新しいインスタンスを初期化します。

MarketplaceImageAttributes(String, Plan)

必要な引数を使用して MarketplaceImageAttributes クラスの新しいインスタンスを初期化します。

MarketplaceImageAttributes()

MarketplaceImageAttributes クラスの新しいインスタンスを初期化します。

public MarketplaceImageAttributes();
Public Sub New ()

適用対象

MarketplaceImageAttributes(String, Plan)

必要な引数を使用して MarketplaceImageAttributes クラスの新しいインスタンスを初期化します。

public MarketplaceImageAttributes(string publisherId, Microsoft.WindowsAzure.Management.Compute.Models.Plan plan);
new Microsoft.WindowsAzure.Management.Compute.Models.MarketplaceImageAttributes : string * Microsoft.WindowsAzure.Management.Compute.Models.Plan -> Microsoft.WindowsAzure.Management.Compute.Models.MarketplaceImageAttributes
Public Sub New (publisherId As String, plan As Plan)

パラメーター

publisherId
String
plan
Plan

適用対象