This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
Get a Workspace
Uses Azure REST API version 2026-02-01-preview.
Using getWorkspace
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>def get_workspace(resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
def get_workspace_output(resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceResult]func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput> Note: This function is named LookupWorkspace in the Go SDK.
public static class GetWorkspace
{
public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
public static Output<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:discovery:getWorkspace
arguments:
# arguments dictionaryThe following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the Workspace
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the Workspace
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the Workspace
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - The name of the Workspace
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - The name of the Workspace
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the Workspace
getWorkspace Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Pulumi.
Azure Native. Discovery. Outputs. Workspace Properties Response - The resource-specific properties for this resource.
- System
Data Pulumi.Azure Native. Discovery. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Workspace
Properties Response - The resource-specific properties for this resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties
Workspace
Properties Response - The resource-specific properties for this resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- properties
Workspace
Properties Response - The resource-specific properties for this resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- properties
Workspace
Properties Response - The resource-specific properties for this resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties Property Map
- The resource-specific properties for this resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
- Resource tags.
Supporting Types
IdentityResponse
- Client
Id string - The client ID of the assigned identity.
- Id string
- The resource ID of the user assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Id string
- The resource ID of the user assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- id String
- The resource ID of the user assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- id string
- The resource ID of the user assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- id str
- The resource ID of the user assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- id String
- The resource ID of the user assigned identity.
- principal
Id String - The principal ID of the assigned identity.
KeyVaultPropertiesResponse
- Key
Name string - The Key Name in Key Vault
- Key
Vault stringUri - The Key Vault URI
- Key
Version string - The Key Version in Key Vault
- Key
Name string - The Key Name in Key Vault
- Key
Vault stringUri - The Key Vault URI
- Key
Version string - The Key Version in Key Vault
- key
Name String - The Key Name in Key Vault
- key
Vault StringUri - The Key Vault URI
- key
Version String - The Key Version in Key Vault
- key
Name string - The Key Name in Key Vault
- key
Vault stringUri - The Key Vault URI
- key
Version string - The Key Version in Key Vault
- key_
name str - The Key Name in Key Vault
- key_
vault_ struri - The Key Vault URI
- key_
version str - The Key Version in Key Vault
- key
Name String - The Key Name in Key Vault
- key
Vault StringUri - The Key Vault URI
- key
Version String - The Key Version in Key Vault
MoboBrokerResourceResponse
- Id string
- Resource identifier of a Managed-On-Behalf-Of broker resource
- Id string
- Resource identifier of a Managed-On-Behalf-Of broker resource
- id String
- Resource identifier of a Managed-On-Behalf-Of broker resource
- id string
- Resource identifier of a Managed-On-Behalf-Of broker resource
- id str
- Resource identifier of a Managed-On-Behalf-Of broker resource
- id String
- Resource identifier of a Managed-On-Behalf-Of broker resource
PrivateEndpointConnectionResponse
- Group
Ids List<string> - The group ids for the private endpoint resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Private
Link Pulumi.Service Connection State Azure Native. Discovery. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data Pulumi.Azure Native. Discovery. Inputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint Pulumi.Azure Native. Discovery. Inputs. Private Endpoint Response - The private endpoint resource.
- Group
Ids []string - The group ids for the private endpoint resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint PrivateEndpoint Response - The private endpoint resource.
- group
Ids List<String> - The group ids for the private endpoint resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint PrivateEndpoint Response - The private endpoint resource.
- group
Ids string[] - The group ids for the private endpoint resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State string - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint PrivateEndpoint Response - The private endpoint resource.
- group_
ids Sequence[str] - The group ids for the private endpoint resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning_
state str - The provisioning state of the private endpoint connection resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private_
endpoint PrivateEndpoint Response - The private endpoint resource.
- group
Ids List<String> - The group ids for the private endpoint resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint Property Map - The private endpoint resource.
PrivateEndpointResponse
- Id string
- The ARM identifier for private endpoint.
- Id string
- The ARM identifier for private endpoint.
- id String
- The ARM identifier for private endpoint.
- id string
- The ARM identifier for private endpoint.
- id str
- The ARM identifier for private endpoint.
- id String
- The ARM identifier for private endpoint.
PrivateLinkServiceConnectionStateResponse
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
WithMoboBrokerResourcesResponse
- Mobo
Broker List<Pulumi.Resources Azure Native. Discovery. Inputs. Mobo Broker Resource Response> - Managed-On-Behalf-Of broker resources
- Mobo
Broker []MoboResources Broker Resource Response - Managed-On-Behalf-Of broker resources
- mobo
Broker List<MoboResources Broker Resource Response> - Managed-On-Behalf-Of broker resources
- mobo
Broker MoboResources Broker Resource Response[] - Managed-On-Behalf-Of broker resources
- mobo_
broker_ Sequence[Moboresources Broker Resource Response] - Managed-On-Behalf-Of broker resources
- mobo
Broker List<Property Map>Resources - Managed-On-Behalf-Of broker resources
WorkspacePropertiesResponse
- Managed
On Pulumi.Behalf Of Configuration Azure Native. Discovery. Inputs. With Mobo Broker Resources Response - Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
- Managed
Resource stringGroup - The resource group for resources managed on behalf of customer.
- Private
Endpoint List<Pulumi.Connections Azure Native. Discovery. Inputs. Private Endpoint Connection Response> - List of private endpoint connections.
- Provisioning
State string - The status of the last operation.
- Workspace
Api stringUri - workspace API endpoint Uri.
- Workspace
Identity Pulumi.Azure Native. Discovery. Inputs. Identity Response - Identity IDs used for leveraging Workspace resources.
- Workspace
Ui stringUri - workspace User Interface Uri.
- Agent
Subnet stringId - Agent Subnet ID for agent resources.
- Customer
Managed stringKeys - Whether or not to use a customer managed key when encrypting data at rest
- Key
Vault Pulumi.Properties Azure Native. Discovery. Inputs. Key Vault Properties Response - The key to use for encrypting data at rest when customer managed keys are enabled.
- Log
Analytics stringCluster Id - The Log Analytics Cluster to use for debug logs. This is required when Customer Managed Keys are enabled.
- Private
Endpoint stringSubnet Id - Private Endpoint Subnet ID for private endpoint connections.
- Public
Network stringAccess - Whether or not public network access is allowed for this resource. For security reasons, it is recommended to disable it whenever possible.
- Supercomputer
Ids List<string> - List of linked SuperComputers.
- Workspace
Subnet stringId - Function Subnet ID for workspace resources.
- Managed
On WithBehalf Of Configuration Mobo Broker Resources Response - Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
- Managed
Resource stringGroup - The resource group for resources managed on behalf of customer.
- Private
Endpoint []PrivateConnections Endpoint Connection Response - List of private endpoint connections.
- Provisioning
State string - The status of the last operation.
- Workspace
Api stringUri - workspace API endpoint Uri.
- Workspace
Identity IdentityResponse - Identity IDs used for leveraging Workspace resources.
- Workspace
Ui stringUri - workspace User Interface Uri.
- Agent
Subnet stringId - Agent Subnet ID for agent resources.
- Customer
Managed stringKeys - Whether or not to use a customer managed key when encrypting data at rest
- Key
Vault KeyProperties Vault Properties Response - The key to use for encrypting data at rest when customer managed keys are enabled.
- Log
Analytics stringCluster Id - The Log Analytics Cluster to use for debug logs. This is required when Customer Managed Keys are enabled.
- Private
Endpoint stringSubnet Id - Private Endpoint Subnet ID for private endpoint connections.
- Public
Network stringAccess - Whether or not public network access is allowed for this resource. For security reasons, it is recommended to disable it whenever possible.
- Supercomputer
Ids []string - List of linked SuperComputers.
- Workspace
Subnet stringId - Function Subnet ID for workspace resources.
- managed
On WithBehalf Of Configuration Mobo Broker Resources Response - Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
- managed
Resource StringGroup - The resource group for resources managed on behalf of customer.
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - List of private endpoint connections.
- provisioning
State String - The status of the last operation.
- workspace
Api StringUri - workspace API endpoint Uri.
- workspace
Identity IdentityResponse - Identity IDs used for leveraging Workspace resources.
- workspace
Ui StringUri - workspace User Interface Uri.
- agent
Subnet StringId - Agent Subnet ID for agent resources.
- customer
Managed StringKeys - Whether or not to use a customer managed key when encrypting data at rest
- key
Vault KeyProperties Vault Properties Response - The key to use for encrypting data at rest when customer managed keys are enabled.
- log
Analytics StringCluster Id - The Log Analytics Cluster to use for debug logs. This is required when Customer Managed Keys are enabled.
- private
Endpoint StringSubnet Id - Private Endpoint Subnet ID for private endpoint connections.
- public
Network StringAccess - Whether or not public network access is allowed for this resource. For security reasons, it is recommended to disable it whenever possible.
- supercomputer
Ids List<String> - List of linked SuperComputers.
- workspace
Subnet StringId - Function Subnet ID for workspace resources.
- managed
On WithBehalf Of Configuration Mobo Broker Resources Response - Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
- managed
Resource stringGroup - The resource group for resources managed on behalf of customer.
- private
Endpoint PrivateConnections Endpoint Connection Response[] - List of private endpoint connections.
- provisioning
State string - The status of the last operation.
- workspace
Api stringUri - workspace API endpoint Uri.
- workspace
Identity IdentityResponse - Identity IDs used for leveraging Workspace resources.
- workspace
Ui stringUri - workspace User Interface Uri.
- agent
Subnet stringId - Agent Subnet ID for agent resources.
- customer
Managed stringKeys - Whether or not to use a customer managed key when encrypting data at rest
- key
Vault KeyProperties Vault Properties Response - The key to use for encrypting data at rest when customer managed keys are enabled.
- log
Analytics stringCluster Id - The Log Analytics Cluster to use for debug logs. This is required when Customer Managed Keys are enabled.
- private
Endpoint stringSubnet Id - Private Endpoint Subnet ID for private endpoint connections.
- public
Network stringAccess - Whether or not public network access is allowed for this resource. For security reasons, it is recommended to disable it whenever possible.
- supercomputer
Ids string[] - List of linked SuperComputers.
- workspace
Subnet stringId - Function Subnet ID for workspace resources.
- managed_
on_ Withbehalf_ of_ configuration Mobo Broker Resources Response - Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
- managed_
resource_ strgroup - The resource group for resources managed on behalf of customer.
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - List of private endpoint connections.
- provisioning_
state str - The status of the last operation.
- workspace_
api_ struri - workspace API endpoint Uri.
- workspace_
identity IdentityResponse - Identity IDs used for leveraging Workspace resources.
- workspace_
ui_ struri - workspace User Interface Uri.
- agent_
subnet_ strid - Agent Subnet ID for agent resources.
- customer_
managed_ strkeys - Whether or not to use a customer managed key when encrypting data at rest
- key_
vault_ Keyproperties Vault Properties Response - The key to use for encrypting data at rest when customer managed keys are enabled.
- log_
analytics_ strcluster_ id - The Log Analytics Cluster to use for debug logs. This is required when Customer Managed Keys are enabled.
- private_
endpoint_ strsubnet_ id - Private Endpoint Subnet ID for private endpoint connections.
- public_
network_ straccess - Whether or not public network access is allowed for this resource. For security reasons, it is recommended to disable it whenever possible.
- supercomputer_
ids Sequence[str] - List of linked SuperComputers.
- workspace_
subnet_ strid - Function Subnet ID for workspace resources.
- managed
On Property MapBehalf Of Configuration - Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
- managed
Resource StringGroup - The resource group for resources managed on behalf of customer.
- private
Endpoint List<Property Map>Connections - List of private endpoint connections.
- provisioning
State String - The status of the last operation.
- workspace
Api StringUri - workspace API endpoint Uri.
- workspace
Identity Property Map - Identity IDs used for leveraging Workspace resources.
- workspace
Ui StringUri - workspace User Interface Uri.
- agent
Subnet StringId - Agent Subnet ID for agent resources.
- customer
Managed StringKeys - Whether or not to use a customer managed key when encrypting data at rest
- key
Vault Property MapProperties - The key to use for encrypting data at rest when customer managed keys are enabled.
- log
Analytics StringCluster Id - The Log Analytics Cluster to use for debug logs. This is required when Customer Managed Keys are enabled.
- private
Endpoint StringSubnet Id - Private Endpoint Subnet ID for private endpoint connections.
- public
Network StringAccess - Whether or not public network access is allowed for this resource. For security reasons, it is recommended to disable it whenever possible.
- supercomputer
Ids List<String> - List of linked SuperComputers.
- workspace
Subnet StringId - Function Subnet ID for workspace resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
