共用方式為


Plan Constructors

Definition

Overloads

Plan()

Initializes a new instance of the Plan class.

Plan(String, String, String, String, String, String)

Initializes a new instance of the Plan class.

Plan()

Initializes a new instance of the Plan class.

public Plan ();
Public Sub New ()

Applies to

Plan(String, String, String, String, String, String)

Initializes a new instance of the Plan class.

public Plan (string skuId = default, string planId = default, string planDisplayName = default, string accessibility = default, string altStackReference = default, string stackType = default);
new Microsoft.Azure.Management.Marketplace.Models.Plan : string * string * string * string * string * string -> Microsoft.Azure.Management.Marketplace.Models.Plan
Public Sub New (Optional skuId As String = Nothing, Optional planId As String = Nothing, Optional planDisplayName As String = Nothing, Optional accessibility As String = Nothing, Optional altStackReference As String = Nothing, Optional stackType As String = Nothing)

Parameters

skuId
String

Identifier for this plan

planId
String

Text identifier for this plan

planDisplayName
String

Friendly name for the plan for display in the marketplace

accessibility
String

Plan accessibility. Possible values include: 'Unknown', 'Public', 'PrivateTenantOnLevel', 'PrivateSubscriptionOnLevel'

altStackReference
String

Alternative stack type

stackType
String

Stack type (classic or arm)

Applies to