DimensionScope Struct
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.
The scope at which the quota is applied.
public readonly struct DimensionScope : IEquatable<Azure.Quantum.Jobs.Models.DimensionScope>
type DimensionScope = struct
Public Structure DimensionScope
Implements IEquatable(Of DimensionScope)
- Inheritance
-
DimensionScope
- Implements
Constructors
DimensionScope(String) |
Initializes a new instance of DimensionScope. |
Properties
Subscription |
Subscription. |
Workspace |
Workspace. |
Methods
Equals(DimensionScope) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DimensionScope, DimensionScope) |
Determines if two DimensionScope values are the same. |
Implicit(String to DimensionScope) |
Converts a string to a DimensionScope. |
Inequality(DimensionScope, DimensionScope) |
Determines if two DimensionScope values are not the same. |
Applies to
Azure SDK for .NET