MarketplaceImageAttributes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET