ArmQuantumModelFactory.ProviderPricingDimension(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 ProviderPricingDimension.
public static Azure.ResourceManager.Quantum.Models.ProviderPricingDimension ProviderPricingDimension (string id = default, string name = default);
static member ProviderPricingDimension : string * string -> Azure.ResourceManager.Quantum.Models.ProviderPricingDimension
Public Shared Function ProviderPricingDimension (Optional id As String = Nothing, Optional name As String = Nothing) As ProviderPricingDimension
Parameters
- id
- String
Unique id of this pricing dimension.
- name
- String
The display name of this pricing dimension.
Returns
A new ProviderPricingDimension instance for mocking.