ArmComputeModelFactory.PurchasePlan(String, String, String) Method

Definition

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.

Applies to