QuantumWorkspaceData Class
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.
A class representing the QuantumWorkspace data model. The resource proxy definition object for quantum workspace.
public class QuantumWorkspaceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quantum.QuantumWorkspaceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quantum.QuantumWorkspaceData>
type QuantumWorkspaceData = class
inherit TrackedResourceData
interface IJsonModel<QuantumWorkspaceData>
interface IPersistableModel<QuantumWorkspaceData>
Public Class QuantumWorkspaceData
Inherits TrackedResourceData
Implements IJsonModel(Of QuantumWorkspaceData), IPersistableModel(Of QuantumWorkspaceData)
- Inheritance
- Implements
Constructors
QuantumWorkspaceData(AzureLocation) |
Initializes a new instance of QuantumWorkspaceData. |
Properties
EndpointUri |
The URI of the workspace endpoint. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
Managed Identity information. Current supported identity types: SystemAssigned, None. |
IsApiKeyEnabled |
Indicator of enablement of the Quantum workspace Api keys. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
Providers |
List of Providers selected for this Workspace. |
ProvisioningState |
Provisioning status field. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
StorageAccount |
ARM Resource Id of the storage account associated with this workspace. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
Usable |
Whether the current workspace is ready to accept Jobs. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<QuantumWorkspaceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QuantumWorkspaceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QuantumWorkspaceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QuantumWorkspaceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QuantumWorkspaceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET