共用方式為


MarketplaceImageAttributes Constructors

Definition

Overloads

MarketplaceImageAttributes()

Initializes a new instance of the MarketplaceImageAttributes class.

MarketplaceImageAttributes(String, Plan)

Initializes a new instance of the MarketplaceImageAttributes class with required arguments.

MarketplaceImageAttributes()

Initializes a new instance of the MarketplaceImageAttributes class.

public MarketplaceImageAttributes ();
Public Sub New ()

Applies to

MarketplaceImageAttributes(String, Plan)

Initializes a new instance of the MarketplaceImageAttributes class with required arguments.

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)

Parameters

publisherId
String
plan
Plan

Applies to