ArmQuantumModelFactory.QuantumQuotaDimension 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 QuantumQuotaDimension.
public static Azure.ResourceManager.Quantum.Models.QuantumQuotaDimension QuantumQuotaDimension (string id = default, string scope = default, string period = default, float? quota = default, string name = default, string description = default, string unit = default, string unitPlural = default);
static member QuantumQuotaDimension : string * string * string * Nullable<single> * string * string * string * string -> Azure.ResourceManager.Quantum.Models.QuantumQuotaDimension
Public Shared Function QuantumQuotaDimension (Optional id As String = Nothing, Optional scope As String = Nothing, Optional period As String = Nothing, Optional quota As Nullable(Of Single) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional unit As String = Nothing, Optional unitPlural As String = Nothing) As QuantumQuotaDimension
Parameters
- id
- String
Unique id of this dimension.
- scope
- String
The scope of this quota dimension.
- period
- String
The reset period of this quota dimension.
- name
- String
The display name of this quota dimension.
- description
- String
A description about this quota dimension.
- unit
- String
The standard unit of measurement used for this quota dimension.
- unitPlural
- String
The standard unit of measurement used for this quota dimension in plural form.
Returns
A new QuantumQuotaDimension instance for mocking.