ArmQuantumModelFactory.QuantumWorkspaceData Method

Definition

Initializes a new instance of QuantumWorkspaceData.

public static Azure.ResourceManager.Quantum.QuantumWorkspaceData QuantumWorkspaceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Quantum.Models.QuantumProvider> providers = default, Azure.ResourceManager.Quantum.Models.WorkspaceUsableStatus? usable = default, Azure.ResourceManager.Quantum.Models.QuantumProvisioningStatus? provisioningState = default, string storageAccount = default, Uri endpointUri = default, bool? isApiKeyEnabled = default);
static member QuantumWorkspaceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * seq<Azure.ResourceManager.Quantum.Models.QuantumProvider> * Nullable<Azure.ResourceManager.Quantum.Models.WorkspaceUsableStatus> * Nullable<Azure.ResourceManager.Quantum.Models.QuantumProvisioningStatus> * string * Uri * Nullable<bool> -> Azure.ResourceManager.Quantum.QuantumWorkspaceData
Public Shared Function QuantumWorkspaceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional providers As IEnumerable(Of QuantumProvider) = Nothing, Optional usable As Nullable(Of WorkspaceUsableStatus) = Nothing, Optional provisioningState As Nullable(Of QuantumProvisioningStatus) = Nothing, Optional storageAccount As String = Nothing, Optional endpointUri As Uri = Nothing, Optional isApiKeyEnabled As Nullable(Of Boolean) = Nothing) As QuantumWorkspaceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

identity
ManagedServiceIdentity

Managed Identity information. Current supported identity types: SystemAssigned, None.

providers
IEnumerable<QuantumProvider>

List of Providers selected for this Workspace.

usable
Nullable<WorkspaceUsableStatus>

Whether the current workspace is ready to accept Jobs.

provisioningState
Nullable<QuantumProvisioningStatus>

Provisioning status field.

storageAccount
String

ARM Resource Id of the storage account associated with this workspace.

endpointUri
Uri

The URI of the workspace endpoint.

isApiKeyEnabled
Nullable<Boolean>

Indicator of enablement of the Quantum workspace Api keys.

Returns

A new QuantumWorkspaceData instance for mocking.

Applies to