WorkspaceKeyType Struct

Definition

The WorkspaceKeyType.

public readonly struct WorkspaceKeyType : IEquatable<Azure.ResourceManager.Quantum.Models.WorkspaceKeyType>
type WorkspaceKeyType = struct
Public Structure WorkspaceKeyType
Implements IEquatable(Of WorkspaceKeyType)
Inheritance
WorkspaceKeyType
Implements

Constructors

WorkspaceKeyType(String)

Initializes a new instance of WorkspaceKeyType.

Properties

Primary

Primary.

Secondary

Secondary.

Methods

Equals(WorkspaceKeyType)

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(WorkspaceKeyType, WorkspaceKeyType)

Determines if two WorkspaceKeyType values are the same.

Implicit(String to WorkspaceKeyType)

Converts a string to a WorkspaceKeyType.

Inequality(WorkspaceKeyType, WorkspaceKeyType)

Determines if two WorkspaceKeyType values are not the same.

Applies to