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.getProject
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 project. API Version: 2017-05-01-preview.
Using getProject
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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>def get_project(account_name: Optional[str] = None,
                project_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                workspace_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(account_name: Optional[pulumi.Input[str]] = None,
                project_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[GetProjectResult]func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput> Note: This function is named LookupProject in the Go SDK.
public static class GetProject 
{
    public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
    public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:machinelearningexperimentation:getProject
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The name of the machine learning team account.
- ProjectName string
- The name of the machine learning project under a team account workspace.
- 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.
- ProjectName string
- The name of the machine learning project under a team account workspace.
- 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.
- projectName String
- The name of the machine learning project under a team account workspace.
- 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.
- projectName string
- The name of the machine learning project under a team account workspace.
- 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.
- project_name str
- The name of the machine learning project under a team account workspace.
- 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.
- projectName String
- The name of the machine learning project under a team account workspace.
- 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.
getProject Result
The following output properties are available:
- AccountId string
- The immutable id of the team account which contains this project.
- CreationDate string
- The creation date of the project in ISO8601 format.
- FriendlyName string
- The friendly name for this project.
- 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.
- ProjectId string
- The immutable id of this project.
- ProvisioningState string
- The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- Type string
- The type of the resource.
- WorkspaceId string
- The immutable id of the workspace which contains this project.
- Description string
- The description of this project.
- Gitrepo string
- The reference to git repo for this project.
- Dictionary<string, string>
- The tags of the resource.
- AccountId string
- The immutable id of the team account which contains this project.
- CreationDate string
- The creation date of the project in ISO8601 format.
- FriendlyName string
- The friendly name for this project.
- 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.
- ProjectId string
- The immutable id of this project.
- ProvisioningState string
- The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- Type string
- The type of the resource.
- WorkspaceId string
- The immutable id of the workspace which contains this project.
- Description string
- The description of this project.
- Gitrepo string
- The reference to git repo for this project.
- map[string]string
- The tags of the resource.
- accountId String
- The immutable id of the team account which contains this project.
- creationDate String
- The creation date of the project in ISO8601 format.
- friendlyName String
- The friendly name for this project.
- 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.
- projectId String
- The immutable id of this project.
- provisioningState String
- The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type String
- The type of the resource.
- workspaceId String
- The immutable id of the workspace which contains this project.
- description String
- The description of this project.
- gitrepo String
- The reference to git repo for this project.
- Map<String,String>
- The tags of the resource.
- accountId string
- The immutable id of the team account which contains this project.
- creationDate string
- The creation date of the project in ISO8601 format.
- friendlyName string
- The friendly name for this project.
- 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.
- projectId string
- The immutable id of this project.
- provisioningState string
- The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type string
- The type of the resource.
- workspaceId string
- The immutable id of the workspace which contains this project.
- description string
- The description of this project.
- gitrepo string
- The reference to git repo for this project.
- {[key: string]: string}
- The tags of the resource.
- account_id str
- The immutable id of the team account which contains this project.
- creation_date str
- The creation date of the project in ISO8601 format.
- friendly_name str
- The friendly name for this project.
- 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.
- project_id str
- The immutable id of this project.
- provisioning_state str
- The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type str
- The type of the resource.
- workspace_id str
- The immutable id of the workspace which contains this project.
- description str
- The description of this project.
- gitrepo str
- The reference to git repo for this project.
- Mapping[str, str]
- The tags of the resource.
- accountId String
- The immutable id of the team account which contains this project.
- creationDate String
- The creation date of the project in ISO8601 format.
- friendlyName String
- The friendly name for this project.
- 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.
- projectId String
- The immutable id of this project.
- provisioningState String
- The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type String
- The type of the resource.
- workspaceId String
- The immutable id of the workspace which contains this project.
- description String
- The description of this project.
- gitrepo String
- The reference to git repo for this project.
- 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