Udostępnij za pośrednictwem


DimensionScope Struct

Definition

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