create_azure_client

Function create_azure_client 

Source
pub fn create_azure_client(
    _token: &str,
    _subscription_id: &str,
    _resource_group: &str,
    _workspace: &str,
    _region: Option<&str>,
) -> DeviceResult<()>
Expand description

Create an Azure Quantum client

This function is available as a stub when the “azure” feature is not enabled