ArmModelFactory.Plan(String, String, 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.
Creates a new instance of Plan(String, String, String, String).
public static Azure.Connectors.Sdk.Arm.Models.Plan Plan(string id = default, string publisher = default, string product = default, string promotionCode = default);
static member Plan : string * string * string * string -> Azure.Connectors.Sdk.Arm.Models.Plan
Public Shared Function Plan (Optional id As String = Nothing, Optional publisher As String = Nothing, Optional product As String = Nothing, Optional promotionCode As String = Nothing) As Plan
Parameters
- id
- String
- publisher
- String
- product
- String
- promotionCode
- String