共用方式為


PlanNotificationDetails Constructors

Definition

Overloads

PlanNotificationDetails()

Initializes a new instance of the PlanNotificationDetails class.

PlanNotificationDetails(String, String)

Initializes a new instance of the PlanNotificationDetails class.

PlanNotificationDetails()

Initializes a new instance of the PlanNotificationDetails class.

public PlanNotificationDetails ();
Public Sub New ()

Applies to

PlanNotificationDetails(String, String)

Initializes a new instance of the PlanNotificationDetails class.

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

Parameters

planId
String

Gets or sets the plan id

planDisplayName
String

Gets or sets the plan display name

Applies to