ArmComputeModelFactory.PurchasePlan(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.
public static Azure.ResourceManager.Compute.Models.PurchasePlan PurchasePlan(string publisher = default, string name = default, string product = default);
static member PurchasePlan : string * string * string -> Azure.ResourceManager.Compute.Models.PurchasePlan
Public Shared Function PurchasePlan (Optional publisher As String = Nothing, Optional name As String = Nothing, Optional product As String = Nothing) As PurchasePlan
Parameters
- publisher
- String
The publisher ID.
- name
- String
The plan ID.
- product
- String
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
Returns
A new PurchasePlan instance for mocking.