These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.machinelearningexperimentation.getWorkspace
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the properties of the specified machine learning workspace. API Version: 2017-05-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(account_name: Optional[str] = None,
                  resource_group_name: Optional[str] = None,
                  workspace_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
def get_workspace_output(account_name: Optional[pulumi.Input[str]] = None,
                  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:machinelearningexperimentation:getWorkspace
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The name of the machine learning team account.
- ResourceGroup stringName 
- The name of the resource group to which the machine learning team account belongs.
- WorkspaceName string
- The name of the machine learning team account workspace.
- AccountName string
- The name of the machine learning team account.
- ResourceGroup stringName 
- The name of the resource group to which the machine learning team account belongs.
- WorkspaceName string
- The name of the machine learning team account workspace.
- accountName String
- The name of the machine learning team account.
- resourceGroup StringName 
- The name of the resource group to which the machine learning team account belongs.
- workspaceName String
- The name of the machine learning team account workspace.
- accountName string
- The name of the machine learning team account.
- resourceGroup stringName 
- The name of the resource group to which the machine learning team account belongs.
- workspaceName string
- The name of the machine learning team account workspace.
- account_name str
- The name of the machine learning team account.
- resource_group_ strname 
- The name of the resource group to which the machine learning team account belongs.
- workspace_name str
- The name of the machine learning team account workspace.
- accountName String
- The name of the machine learning team account.
- resourceGroup StringName 
- The name of the resource group to which the machine learning team account belongs.
- workspaceName String
- The name of the machine learning team account workspace.
getWorkspace Result
The following output properties are available:
- AccountId string
- The immutable id of the team account which contains this workspace.
- CreationDate string
- The creation date of the machine learning workspace in ISO8601 format.
- FriendlyName string
- The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
- Id string
- The resource ID.
- Location string
- The location of the resource. This cannot be changed after the resource is created.
- Name string
- The name of the resource.
- ProvisioningState string
- The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
- Type string
- The type of the resource.
- WorkspaceId string
- The immutable id of this workspace.
- Description string
- The description of this workspace.
- Dictionary<string, string>
- The tags of the resource.
- AccountId string
- The immutable id of the team account which contains this workspace.
- CreationDate string
- The creation date of the machine learning workspace in ISO8601 format.
- FriendlyName string
- The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
- Id string
- The resource ID.
- Location string
- The location of the resource. This cannot be changed after the resource is created.
- Name string
- The name of the resource.
- ProvisioningState string
- The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
- Type string
- The type of the resource.
- WorkspaceId string
- The immutable id of this workspace.
- Description string
- The description of this workspace.
- map[string]string
- The tags of the resource.
- accountId String
- The immutable id of the team account which contains this workspace.
- creationDate String
- The creation date of the machine learning workspace in ISO8601 format.
- friendlyName String
- The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
- id String
- The resource ID.
- location String
- The location of the resource. This cannot be changed after the resource is created.
- name String
- The name of the resource.
- provisioningState String
- The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
- type String
- The type of the resource.
- workspaceId String
- The immutable id of this workspace.
- description String
- The description of this workspace.
- Map<String,String>
- The tags of the resource.
- accountId string
- The immutable id of the team account which contains this workspace.
- creationDate string
- The creation date of the machine learning workspace in ISO8601 format.
- friendlyName string
- The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
- id string
- The resource ID.
- location string
- The location of the resource. This cannot be changed after the resource is created.
- name string
- The name of the resource.
- provisioningState string
- The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
- type string
- The type of the resource.
- workspaceId string
- The immutable id of this workspace.
- description string
- The description of this workspace.
- {[key: string]: string}
- The tags of the resource.
- account_id str
- The immutable id of the team account which contains this workspace.
- creation_date str
- The creation date of the machine learning workspace in ISO8601 format.
- friendly_name str
- The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
- id str
- The resource ID.
- location str
- The location of the resource. This cannot be changed after the resource is created.
- name str
- The name of the resource.
- provisioning_state str
- The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
- type str
- The type of the resource.
- workspace_id str
- The immutable id of this workspace.
- description str
- The description of this workspace.
- Mapping[str, str]
- The tags of the resource.
- accountId String
- The immutable id of the team account which contains this workspace.
- creationDate String
- The creation date of the machine learning workspace in ISO8601 format.
- friendlyName String
- The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
- id String
- The resource ID.
- location String
- The location of the resource. This cannot be changed after the resource is created.
- name String
- The name of the resource.
- provisioningState String
- The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
- type String
- The type of the resource.
- workspaceId String
- The immutable id of this workspace.
- description String
- The description of this workspace.
- Map<String>
- The tags of the resource.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi