ArmMarketplaceModelFactory.PlanNotificationDetails(String, String) Method
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.
Initializes a new instance of PlanNotificationDetails.
public static Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails PlanNotificationDetails (string planId = default, string planDisplayName = default);
static member PlanNotificationDetails : string * string -> Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails
Public Shared Function PlanNotificationDetails (Optional planId As String = Nothing, Optional planDisplayName As String = Nothing) As PlanNotificationDetails
Parameters
- planId
- String
Gets or sets the plan id.
- planDisplayName
- String
Gets or sets the plan display name.
Returns
A new PlanNotificationDetails instance for mocking.