1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getWorkspace
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
azure-native logo
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

    Gets the properties of the specified machine learning workspace.

    Uses Azure REST API version 2025-12-01.

    Other available API versions: 2020-05-01-preview, 2020-05-15-preview, 2020-06-01, 2020-08-01, 2020-09-01-preview, 2021-01-01, 2021-03-01-preview, 2021-04-01, 2021-07-01, 2022-01-01-preview, 2022-02-01-preview, 2022-05-01, 2022-06-01-preview, 2022-10-01, 2022-10-01-preview, 2022-12-01-preview, 2023-02-01-preview, 2023-04-01, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-07-01-preview, 2024-10-01, 2024-10-01-preview, 2025-01-01-preview, 2025-04-01, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the version guide for details.

    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:machinelearningservices:getWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Azure Machine Learning Workspace Name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Azure Machine Learning Workspace Name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Azure Machine Learning Workspace Name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    Azure Machine Learning Workspace Name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    Azure Machine Learning Workspace Name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Azure Machine Learning Workspace Name

    getWorkspace Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    MlFlowTrackingUri string
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    Name string
    The name of the resource
    NotebookInfo Pulumi.AzureNative.MachineLearningServices.Outputs.NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    PrivateEndpointConnections List<Pulumi.AzureNative.MachineLearningServices.Outputs.PrivateEndpointConnectionResponse>
    The list of private endpoint connections in the workspace.
    PrivateLinkCount int
    Count of private connections in the workspace
    ProvisioningState string
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    ServiceProvisionedResourceGroup string
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    StorageHnsEnabled bool
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    SystemData Pulumi.AzureNative.MachineLearningServices.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    TenantId string
    The tenant id associated with this workspace.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    WorkspaceId string
    The immutable id associated with this workspace.
    AllowPublicAccessWhenBehindVnet bool
    The flag to indicate whether to allow public access when behind VNet.
    ApplicationInsights string
    ARM id of the application insights associated with this workspace.
    AssociatedWorkspaces List<string>
    ContainerRegistry string
    ARM id of the container registry associated with this workspace.
    Description string
    The description of this workspace.
    DiscoveryUrl string
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    EnableDataIsolation bool
    EnableServiceSideCMKEncryption bool
    Encryption Pulumi.AzureNative.MachineLearningServices.Outputs.EncryptionPropertyResponse
    FeatureStoreSettings Pulumi.AzureNative.MachineLearningServices.Outputs.FeatureStoreSettingsResponse
    Settings for feature store type workspace.
    FriendlyName string
    The friendly name for this workspace. This name in mutable
    HbiWorkspace bool
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    HubResourceId string
    Identity Pulumi.AzureNative.MachineLearningServices.Outputs.ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    ImageBuildCompute string
    The compute name for image build
    KeyVault string
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    Kind string
    Location string
    ManagedNetwork Pulumi.AzureNative.MachineLearningServices.Outputs.ManagedNetworkSettingsResponse
    Managed Network settings for a machine learning workspace.
    PrimaryUserAssignedIdentity string
    The user assigned identity resource id that represents the workspace identity.
    ProvisionNetworkNow bool
    Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.
    PublicNetworkAccess string
    Whether requests from Public Network are allowed.
    ServerlessComputeSettings Pulumi.AzureNative.MachineLearningServices.Outputs.ServerlessComputeSettingsResponse
    Settings for serverless compute in a workspace
    ServiceManagedResourcesSettings Pulumi.AzureNative.MachineLearningServices.Outputs.ServiceManagedResourcesSettingsResponse
    The service managed resource settings.
    SharedPrivateLinkResources List<Pulumi.AzureNative.MachineLearningServices.Outputs.SharedPrivateLinkResourceResponse>
    The list of shared private link resources in this workspace.
    Sku Pulumi.AzureNative.MachineLearningServices.Outputs.SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    StorageAccount string
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    SystemDatastoresAuthMode string
    The auth mode used for accessing the system datastores of the workspace.
    Tags Dictionary<string, string>
    V1LegacyMode bool
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    WorkspaceHubConfig Pulumi.AzureNative.MachineLearningServices.Outputs.WorkspaceHubConfigResponse
    WorkspaceHub's configuration object.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    MlFlowTrackingUri string
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    Name string
    The name of the resource
    NotebookInfo NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    PrivateEndpointConnections []PrivateEndpointConnectionResponse
    The list of private endpoint connections in the workspace.
    PrivateLinkCount int
    Count of private connections in the workspace
    ProvisioningState string
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    ServiceProvisionedResourceGroup string
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    StorageHnsEnabled bool
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    TenantId string
    The tenant id associated with this workspace.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    WorkspaceId string
    The immutable id associated with this workspace.
    AllowPublicAccessWhenBehindVnet bool
    The flag to indicate whether to allow public access when behind VNet.
    ApplicationInsights string
    ARM id of the application insights associated with this workspace.
    AssociatedWorkspaces []string
    ContainerRegistry string
    ARM id of the container registry associated with this workspace.
    Description string
    The description of this workspace.
    DiscoveryUrl string
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    EnableDataIsolation bool
    EnableServiceSideCMKEncryption bool
    Encryption EncryptionPropertyResponse
    FeatureStoreSettings FeatureStoreSettingsResponse
    Settings for feature store type workspace.
    FriendlyName string
    The friendly name for this workspace. This name in mutable
    HbiWorkspace bool
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    HubResourceId string
    Identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    ImageBuildCompute string
    The compute name for image build
    KeyVault string
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    Kind string
    Location string
    ManagedNetwork ManagedNetworkSettingsResponse
    Managed Network settings for a machine learning workspace.
    PrimaryUserAssignedIdentity string
    The user assigned identity resource id that represents the workspace identity.
    ProvisionNetworkNow bool
    Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.
    PublicNetworkAccess string
    Whether requests from Public Network are allowed.
    ServerlessComputeSettings ServerlessComputeSettingsResponse
    Settings for serverless compute in a workspace
    ServiceManagedResourcesSettings ServiceManagedResourcesSettingsResponse
    The service managed resource settings.
    SharedPrivateLinkResources []SharedPrivateLinkResourceResponse
    The list of shared private link resources in this workspace.
    Sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    StorageAccount string
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    SystemDatastoresAuthMode string
    The auth mode used for accessing the system datastores of the workspace.
    Tags map[string]string
    V1LegacyMode bool
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    WorkspaceHubConfig WorkspaceHubConfigResponse
    WorkspaceHub's configuration object.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    mlFlowTrackingUri String
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name String
    The name of the resource
    notebookInfo NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    privateEndpointConnections List<PrivateEndpointConnectionResponse>
    The list of private endpoint connections in the workspace.
    privateLinkCount Integer
    Count of private connections in the workspace
    provisioningState String
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    serviceProvisionedResourceGroup String
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storageHnsEnabled Boolean
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenantId String
    The tenant id associated with this workspace.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspaceId String
    The immutable id associated with this workspace.
    allowPublicAccessWhenBehindVnet Boolean
    The flag to indicate whether to allow public access when behind VNet.
    applicationInsights String
    ARM id of the application insights associated with this workspace.
    associatedWorkspaces List<String>
    containerRegistry String
    ARM id of the container registry associated with this workspace.
    description String
    The description of this workspace.
    discoveryUrl String
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enableDataIsolation Boolean
    enableServiceSideCMKEncryption Boolean
    encryption EncryptionPropertyResponse
    featureStoreSettings FeatureStoreSettingsResponse
    Settings for feature store type workspace.
    friendlyName String
    The friendly name for this workspace. This name in mutable
    hbiWorkspace Boolean
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hubResourceId String
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    imageBuildCompute String
    The compute name for image build
    keyVault String
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind String
    location String
    managedNetwork ManagedNetworkSettingsResponse
    Managed Network settings for a machine learning workspace.
    primaryUserAssignedIdentity String
    The user assigned identity resource id that represents the workspace identity.
    provisionNetworkNow Boolean
    Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.
    publicNetworkAccess String
    Whether requests from Public Network are allowed.
    serverlessComputeSettings ServerlessComputeSettingsResponse
    Settings for serverless compute in a workspace
    serviceManagedResourcesSettings ServiceManagedResourcesSettingsResponse
    The service managed resource settings.
    sharedPrivateLinkResources List<SharedPrivateLinkResourceResponse>
    The list of shared private link resources in this workspace.
    sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    storageAccount String
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    systemDatastoresAuthMode String
    The auth mode used for accessing the system datastores of the workspace.
    tags Map<String,String>
    v1LegacyMode Boolean
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspaceHubConfig WorkspaceHubConfigResponse
    WorkspaceHub's configuration object.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    mlFlowTrackingUri string
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name string
    The name of the resource
    notebookInfo NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    privateEndpointConnections PrivateEndpointConnectionResponse[]
    The list of private endpoint connections in the workspace.
    privateLinkCount number
    Count of private connections in the workspace
    provisioningState string
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    serviceProvisionedResourceGroup string
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storageHnsEnabled boolean
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenantId string
    The tenant id associated with this workspace.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspaceId string
    The immutable id associated with this workspace.
    allowPublicAccessWhenBehindVnet boolean
    The flag to indicate whether to allow public access when behind VNet.
    applicationInsights string
    ARM id of the application insights associated with this workspace.
    associatedWorkspaces string[]
    containerRegistry string
    ARM id of the container registry associated with this workspace.
    description string
    The description of this workspace.
    discoveryUrl string
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enableDataIsolation boolean
    enableServiceSideCMKEncryption boolean
    encryption EncryptionPropertyResponse
    featureStoreSettings FeatureStoreSettingsResponse
    Settings for feature store type workspace.
    friendlyName string
    The friendly name for this workspace. This name in mutable
    hbiWorkspace boolean
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hubResourceId string
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    imageBuildCompute string
    The compute name for image build
    keyVault string
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind string
    location string
    managedNetwork ManagedNetworkSettingsResponse
    Managed Network settings for a machine learning workspace.
    primaryUserAssignedIdentity string
    The user assigned identity resource id that represents the workspace identity.
    provisionNetworkNow boolean
    Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.
    publicNetworkAccess string
    Whether requests from Public Network are allowed.
    serverlessComputeSettings ServerlessComputeSettingsResponse
    Settings for serverless compute in a workspace
    serviceManagedResourcesSettings ServiceManagedResourcesSettingsResponse
    The service managed resource settings.
    sharedPrivateLinkResources SharedPrivateLinkResourceResponse[]
    The list of shared private link resources in this workspace.
    sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    storageAccount string
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    systemDatastoresAuthMode string
    The auth mode used for accessing the system datastores of the workspace.
    tags {[key: string]: string}
    v1LegacyMode boolean
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspaceHubConfig WorkspaceHubConfigResponse
    WorkspaceHub's configuration object.
    azure_api_version str
    The Azure API version of the resource.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    ml_flow_tracking_uri str
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name str
    The name of the resource
    notebook_info NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
    The list of private endpoint connections in the workspace.
    private_link_count int
    Count of private connections in the workspace
    provisioning_state str
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    service_provisioned_resource_group str
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storage_hns_enabled bool
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenant_id str
    The tenant id associated with this workspace.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspace_id str
    The immutable id associated with this workspace.
    allow_public_access_when_behind_vnet bool
    The flag to indicate whether to allow public access when behind VNet.
    application_insights str
    ARM id of the application insights associated with this workspace.
    associated_workspaces Sequence[str]
    container_registry str
    ARM id of the container registry associated with this workspace.
    description str
    The description of this workspace.
    discovery_url str
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enable_data_isolation bool
    enable_service_side_cmk_encryption bool
    encryption EncryptionPropertyResponse
    feature_store_settings FeatureStoreSettingsResponse
    Settings for feature store type workspace.
    friendly_name str
    The friendly name for this workspace. This name in mutable
    hbi_workspace bool
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hub_resource_id str
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    image_build_compute str
    The compute name for image build
    key_vault str
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind str
    location str
    managed_network ManagedNetworkSettingsResponse
    Managed Network settings for a machine learning workspace.
    primary_user_assigned_identity str
    The user assigned identity resource id that represents the workspace identity.
    provision_network_now bool
    Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.
    public_network_access str
    Whether requests from Public Network are allowed.
    serverless_compute_settings ServerlessComputeSettingsResponse
    Settings for serverless compute in a workspace
    service_managed_resources_settings ServiceManagedResourcesSettingsResponse
    The service managed resource settings.
    shared_private_link_resources Sequence[SharedPrivateLinkResourceResponse]
    The list of shared private link resources in this workspace.
    sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    storage_account str
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    system_datastores_auth_mode str
    The auth mode used for accessing the system datastores of the workspace.
    tags Mapping[str, str]
    v1_legacy_mode bool
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspace_hub_config WorkspaceHubConfigResponse
    WorkspaceHub's configuration object.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    mlFlowTrackingUri String
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name String
    The name of the resource
    notebookInfo Property Map
    The notebook info of Azure ML workspace.
    privateEndpointConnections List<Property Map>
    The list of private endpoint connections in the workspace.
    privateLinkCount Number
    Count of private connections in the workspace
    provisioningState String
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    serviceProvisionedResourceGroup String
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storageHnsEnabled Boolean
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenantId String
    The tenant id associated with this workspace.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspaceId String
    The immutable id associated with this workspace.
    allowPublicAccessWhenBehindVnet Boolean
    The flag to indicate whether to allow public access when behind VNet.
    applicationInsights String
    ARM id of the application insights associated with this workspace.
    associatedWorkspaces List<String>
    containerRegistry String
    ARM id of the container registry associated with this workspace.
    description String
    The description of this workspace.
    discoveryUrl String
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enableDataIsolation Boolean
    enableServiceSideCMKEncryption Boolean
    encryption Property Map
    featureStoreSettings Property Map
    Settings for feature store type workspace.
    friendlyName String
    The friendly name for this workspace. This name in mutable
    hbiWorkspace Boolean
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hubResourceId String
    identity Property Map
    The managed service identities assigned to this resource.
    imageBuildCompute String
    The compute name for image build
    keyVault String
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind String
    location String
    managedNetwork Property Map
    Managed Network settings for a machine learning workspace.
    primaryUserAssignedIdentity String
    The user assigned identity resource id that represents the workspace identity.
    provisionNetworkNow Boolean
    Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.
    publicNetworkAccess String
    Whether requests from Public Network are allowed.
    serverlessComputeSettings Property Map
    Settings for serverless compute in a workspace
    serviceManagedResourcesSettings Property Map
    The service managed resource settings.
    sharedPrivateLinkResources List<Property Map>
    The list of shared private link resources in this workspace.
    sku Property Map
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    storageAccount String
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    systemDatastoresAuthMode String
    The auth mode used for accessing the system datastores of the workspace.
    tags Map<String>
    v1LegacyMode Boolean
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspaceHubConfig Property Map
    WorkspaceHub's configuration object.

    Supporting Types

    ComputeRuntimeDtoResponse

    CosmosDbSettingsResponse

    EncryptionPropertyResponse

    KeyVaultProperties Pulumi.AzureNative.MachineLearningServices.Inputs.KeyVaultPropertiesResponse
    KeyVault details to do the encryption
    Status string
    Indicates whether or not the encryption is enabled for the workspace.
    CosmosDbResourceId string
    The byok cosmosdb account that customer brings to store customer's data with encryption
    Identity Pulumi.AzureNative.MachineLearningServices.Inputs.IdentityForCmkResponse
    Identity to be used with the keyVault
    SearchAccountResourceId string
    The byok search account that customer brings to store customer's data with encryption
    StorageAccountResourceId string
    The byok storage account that customer brings to store customer's data with encryption
    KeyVaultProperties KeyVaultPropertiesResponse
    KeyVault details to do the encryption
    Status string
    Indicates whether or not the encryption is enabled for the workspace.
    CosmosDbResourceId string
    The byok cosmosdb account that customer brings to store customer's data with encryption
    Identity IdentityForCmkResponse
    Identity to be used with the keyVault
    SearchAccountResourceId string
    The byok search account that customer brings to store customer's data with encryption
    StorageAccountResourceId string
    The byok storage account that customer brings to store customer's data with encryption
    keyVaultProperties KeyVaultPropertiesResponse
    KeyVault details to do the encryption
    status String
    Indicates whether or not the encryption is enabled for the workspace.
    cosmosDbResourceId String
    The byok cosmosdb account that customer brings to store customer's data with encryption
    identity IdentityForCmkResponse
    Identity to be used with the keyVault
    searchAccountResourceId String
    The byok search account that customer brings to store customer's data with encryption
    storageAccountResourceId String
    The byok storage account that customer brings to store customer's data with encryption
    keyVaultProperties KeyVaultPropertiesResponse
    KeyVault details to do the encryption
    status string
    Indicates whether or not the encryption is enabled for the workspace.
    cosmosDbResourceId string
    The byok cosmosdb account that customer brings to store customer's data with encryption
    identity IdentityForCmkResponse
    Identity to be used with the keyVault
    searchAccountResourceId string
    The byok search account that customer brings to store customer's data with encryption
    storageAccountResourceId string
    The byok storage account that customer brings to store customer's data with encryption
    key_vault_properties KeyVaultPropertiesResponse
    KeyVault details to do the encryption
    status str
    Indicates whether or not the encryption is enabled for the workspace.
    cosmos_db_resource_id str
    The byok cosmosdb account that customer brings to store customer's data with encryption
    identity IdentityForCmkResponse
    Identity to be used with the keyVault
    search_account_resource_id str
    The byok search account that customer brings to store customer's data with encryption
    storage_account_resource_id str
    The byok storage account that customer brings to store customer's data with encryption
    keyVaultProperties Property Map
    KeyVault details to do the encryption
    status String
    Indicates whether or not the encryption is enabled for the workspace.
    cosmosDbResourceId String
    The byok cosmosdb account that customer brings to store customer's data with encryption
    identity Property Map
    Identity to be used with the keyVault
    searchAccountResourceId String
    The byok search account that customer brings to store customer's data with encryption
    storageAccountResourceId String
    The byok storage account that customer brings to store customer's data with encryption

    FeatureStoreSettingsResponse

    FqdnOutboundRuleResponse

    ErrorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    ParentRuleNames List<string>
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination string
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    ErrorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    ParentRuleNames []string
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination string
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation String
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination String
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames string[]
    category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination string
    status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    error_information str
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parent_rule_names Sequence[str]
    category str
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination str
    status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation String
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination String
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.

    IdentityForCmkResponse

    UserAssignedIdentity string
    UserAssignedIdentity to be used to fetch the encryption key from keyVault
    UserAssignedIdentity string
    UserAssignedIdentity to be used to fetch the encryption key from keyVault
    userAssignedIdentity String
    UserAssignedIdentity to be used to fetch the encryption key from keyVault
    userAssignedIdentity string
    UserAssignedIdentity to be used to fetch the encryption key from keyVault
    user_assigned_identity str
    UserAssignedIdentity to be used to fetch the encryption key from keyVault
    userAssignedIdentity String
    UserAssignedIdentity to be used to fetch the encryption key from keyVault

    KeyVaultPropertiesResponse

    KeyIdentifier string
    KeyVault key identifier to encrypt the data
    KeyVaultArmId string
    KeyVault Arm Id that contains the data encryption key
    IdentityClientId string
    Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities
    KeyIdentifier string
    KeyVault key identifier to encrypt the data
    KeyVaultArmId string
    KeyVault Arm Id that contains the data encryption key
    IdentityClientId string
    Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities
    keyIdentifier String
    KeyVault key identifier to encrypt the data
    keyVaultArmId String
    KeyVault Arm Id that contains the data encryption key
    identityClientId String
    Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities
    keyIdentifier string
    KeyVault key identifier to encrypt the data
    keyVaultArmId string
    KeyVault Arm Id that contains the data encryption key
    identityClientId string
    Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities
    key_identifier str
    KeyVault key identifier to encrypt the data
    key_vault_arm_id str
    KeyVault Arm Id that contains the data encryption key
    identity_client_id str
    Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities
    keyIdentifier String
    KeyVault key identifier to encrypt the data
    keyVaultArmId String
    KeyVault Arm Id that contains the data encryption key
    identityClientId String
    Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities

    ManagedNetworkProvisionStatusResponse

    SparkReady bool
    Status string
    Status for the managed network of a machine learning workspace.
    SparkReady bool
    Status string
    Status for the managed network of a machine learning workspace.
    sparkReady Boolean
    status String
    Status for the managed network of a machine learning workspace.
    sparkReady boolean
    status string
    Status for the managed network of a machine learning workspace.
    spark_ready bool
    status str
    Status for the managed network of a machine learning workspace.
    sparkReady Boolean
    status String
    Status for the managed network of a machine learning workspace.

    ManagedNetworkSettingsResponse

    FirewallPublicIpAddress string
    Public IP address assigned to the Azure Firewall.
    NetworkId string
    EnableNetworkMonitor bool
    A flag to indicate if monitoring needs to be enabled for the managed network.
    FirewallSku string
    Firewall Sku used for FQDN Rules
    IsolationMode string
    Isolation mode for the managed network of a machine learning workspace.
    ManagedNetworkKind string
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    OutboundRules Dictionary<string, object>
    Dictionary of
    Status Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    FirewallPublicIpAddress string
    Public IP address assigned to the Azure Firewall.
    NetworkId string
    EnableNetworkMonitor bool
    A flag to indicate if monitoring needs to be enabled for the managed network.
    FirewallSku string
    Firewall Sku used for FQDN Rules
    IsolationMode string
    Isolation mode for the managed network of a machine learning workspace.
    ManagedNetworkKind string
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    OutboundRules map[string]interface{}
    Dictionary of
    Status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewallPublicIpAddress String
    Public IP address assigned to the Azure Firewall.
    networkId String
    enableNetworkMonitor Boolean
    A flag to indicate if monitoring needs to be enabled for the managed network.
    firewallSku String
    Firewall Sku used for FQDN Rules
    isolationMode String
    Isolation mode for the managed network of a machine learning workspace.
    managedNetworkKind String
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outboundRules Map<String,Object>
    Dictionary of
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewallPublicIpAddress string
    Public IP address assigned to the Azure Firewall.
    networkId string
    enableNetworkMonitor boolean
    A flag to indicate if monitoring needs to be enabled for the managed network.
    firewallSku string
    Firewall Sku used for FQDN Rules
    isolationMode string
    Isolation mode for the managed network of a machine learning workspace.
    managedNetworkKind string
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outboundRules {[key: string]: FqdnOutboundRuleResponse | PrivateEndpointOutboundRuleResponse | ServiceTagOutboundRuleResponse}
    Dictionary of
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewall_public_ip_address str
    Public IP address assigned to the Azure Firewall.
    network_id str
    enable_network_monitor bool
    A flag to indicate if monitoring needs to be enabled for the managed network.
    firewall_sku str
    Firewall Sku used for FQDN Rules
    isolation_mode str
    Isolation mode for the managed network of a machine learning workspace.
    managed_network_kind str
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outbound_rules Mapping[str, Union[FqdnOutboundRuleResponse, PrivateEndpointOutboundRuleResponse, ServiceTagOutboundRuleResponse]]
    Dictionary of
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewallPublicIpAddress String
    Public IP address assigned to the Azure Firewall.
    networkId String
    enableNetworkMonitor Boolean
    A flag to indicate if monitoring needs to be enabled for the managed network.
    firewallSku String
    Firewall Sku used for FQDN Rules
    isolationMode String
    Isolation mode for the managed network of a machine learning workspace.
    managedNetworkKind String
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outboundRules Map<Property Map | Property Map | Property Map>
    Dictionary of
    status Property Map
    Status of the Provisioning for the managed network of a machine learning workspace.

    ManagedServiceIdentityResponse

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    NotebookPreparationErrorResponse

    errorMessage String
    statusCode Integer

    NotebookResourceInfoResponse

    Fqdn string
    IsPrivateLinkEnabled bool
    NotebookPreparationError Pulumi.AzureNative.MachineLearningServices.Inputs.NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    ResourceId string
    the data plane resourceId that used to initialize notebook component
    Fqdn string
    IsPrivateLinkEnabled bool
    NotebookPreparationError NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    ResourceId string
    the data plane resourceId that used to initialize notebook component
    fqdn String
    isPrivateLinkEnabled Boolean
    notebookPreparationError NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    resourceId String
    the data plane resourceId that used to initialize notebook component
    fqdn string
    isPrivateLinkEnabled boolean
    notebookPreparationError NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    resourceId string
    the data plane resourceId that used to initialize notebook component
    fqdn str
    is_private_link_enabled bool
    notebook_preparation_error NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    resource_id str
    the data plane resourceId that used to initialize notebook component
    fqdn String
    isPrivateLinkEnabled Boolean
    notebookPreparationError Property Map
    The error that occurs when preparing notebook.
    resourceId String
    the data plane resourceId that used to initialize notebook component

    PrivateEndpointConnectionResponse

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    ProvisioningState string
    The current provisioning state.
    SystemData Pulumi.AzureNative.MachineLearningServices.Inputs.SystemDataResponse
    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"
    Identity Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    Location string
    *Same as workspace location.
    PrivateEndpoint Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspacePrivateEndpointResourceResponse
    The Private Endpoint resource.
    PrivateLinkServiceConnectionState Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateLinkServiceConnectionStateResponse
    The connection state.
    Sku Pulumi.AzureNative.MachineLearningServices.Inputs.SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    Tags Dictionary<string, string>
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    ProvisioningState string
    The current provisioning state.
    SystemData SystemDataResponse
    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"
    Identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    Location string
    *Same as workspace location.
    PrivateEndpoint WorkspacePrivateEndpointResourceResponse
    The Private Endpoint resource.
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    The connection state.
    Sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    Tags map[string]string
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    provisioningState String
    The current provisioning state.
    systemData SystemDataResponse
    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"
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    location String
    *Same as workspace location.
    privateEndpoint WorkspacePrivateEndpointResourceResponse
    The Private Endpoint resource.
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    The connection state.
    sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    tags Map<String,String>
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    provisioningState string
    The current provisioning state.
    systemData SystemDataResponse
    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"
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    location string
    *Same as workspace location.
    privateEndpoint WorkspacePrivateEndpointResourceResponse
    The Private Endpoint resource.
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    The connection state.
    sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    tags {[key: string]: string}
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    provisioning_state str
    The current provisioning state.
    system_data SystemDataResponse
    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"
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    location str
    *Same as workspace location.
    private_endpoint WorkspacePrivateEndpointResourceResponse
    The Private Endpoint resource.
    private_link_service_connection_state PrivateLinkServiceConnectionStateResponse
    The connection state.
    sku SkuResponse
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    tags Mapping[str, str]
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    provisioningState String
    The current provisioning state.
    systemData 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"
    identity Property Map
    The managed service identities assigned to this resource.
    location String
    *Same as workspace location.
    privateEndpoint Property Map
    The Private Endpoint resource.
    privateLinkServiceConnectionState Property Map
    The connection state.
    sku Property Map
    Optional. This field is required to be implemented by the RP because AML is supporting more than one tier
    tags Map<String>

    PrivateEndpointDestinationResponse

    ServiceResourceId string
    A type definition that refers the id to an Azure Resource Manager resource.
    SparkEnabled bool
    SparkStatus string
    Type of a managed network Outbound Rule of a machine learning workspace.
    SubresourceTarget string
    ServiceResourceId string
    A type definition that refers the id to an Azure Resource Manager resource.
    SparkEnabled bool
    SparkStatus string
    Type of a managed network Outbound Rule of a machine learning workspace.
    SubresourceTarget string
    serviceResourceId String
    A type definition that refers the id to an Azure Resource Manager resource.
    sparkEnabled Boolean
    sparkStatus String
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget String
    serviceResourceId string
    A type definition that refers the id to an Azure Resource Manager resource.
    sparkEnabled boolean
    sparkStatus string
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget string
    service_resource_id str
    A type definition that refers the id to an Azure Resource Manager resource.
    spark_enabled bool
    spark_status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresource_target str
    serviceResourceId String
    A type definition that refers the id to an Azure Resource Manager resource.
    sparkEnabled Boolean
    sparkStatus String
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget String

    PrivateEndpointOutboundRuleResponse

    ErrorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    ParentRuleNames List<string>
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    Fqdns List<string>
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    ErrorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    ParentRuleNames []string
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    Fqdns []string
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation String
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    fqdns List<String>
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames string[]
    category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    fqdns string[]
    status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    error_information str
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parent_rule_names Sequence[str]
    category str
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    fqdns Sequence[str]
    status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation String
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination Property Map
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    fqdns List<String>
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.

    PrivateLinkServiceConnectionStateResponse

    ActionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    Description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    Status string
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    ActionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    Description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    Status string
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    actionsRequired String
    Some RP chose "None". Other RPs use this for region expansion.
    description String
    User-defined message that, per NRP doc, may be used for approval-related message.
    status String
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    actionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    status string
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    actions_required str
    Some RP chose "None". Other RPs use this for region expansion.
    description str
    User-defined message that, per NRP doc, may be used for approval-related message.
    status str
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    actionsRequired String
    Some RP chose "None". Other RPs use this for region expansion.
    description String
    User-defined message that, per NRP doc, may be used for approval-related message.
    status String
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)

    ServerlessComputeSettingsResponse

    ServerlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    ServerlessComputeNoPublicIP bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    ServerlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    ServerlessComputeNoPublicIP bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet String
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP Boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverless_compute_custom_subnet str
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverless_compute_no_public_ip bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet String
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP Boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint

    ServiceManagedResourcesSettingsResponse

    ServiceTagDestinationResponse

    Action string
    The action enum for networking rule.
    AddressPrefixes List<string>
    Optional, if provided, the ServiceTag property will be ignored.
    PortRanges string
    Protocol string
    ServiceTag string
    Action string
    The action enum for networking rule.
    AddressPrefixes []string
    Optional, if provided, the ServiceTag property will be ignored.
    PortRanges string
    Protocol string
    ServiceTag string
    action String
    The action enum for networking rule.
    addressPrefixes List<String>
    Optional, if provided, the ServiceTag property will be ignored.
    portRanges String
    protocol String
    serviceTag String
    action string
    The action enum for networking rule.
    addressPrefixes string[]
    Optional, if provided, the ServiceTag property will be ignored.
    portRanges string
    protocol string
    serviceTag string
    action str
    The action enum for networking rule.
    address_prefixes Sequence[str]
    Optional, if provided, the ServiceTag property will be ignored.
    port_ranges str
    protocol str
    service_tag str
    action String
    The action enum for networking rule.
    addressPrefixes List<String>
    Optional, if provided, the ServiceTag property will be ignored.
    portRanges String
    protocol String
    serviceTag String

    ServiceTagOutboundRuleResponse

    ErrorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    ParentRuleNames List<string>
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination Pulumi.AzureNative.MachineLearningServices.Inputs.ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    ErrorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    ParentRuleNames []string
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation String
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation string
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames string[]
    category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    error_information str
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parent_rule_names Sequence[str]
    category str
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    errorInformation String
    Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination Property Map
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.

    SharedPrivateLinkResourceResponse

    GroupId string
    group id of the private link
    Name string
    Unique name of the private link
    PrivateLinkResourceId string
    the resource id that private link links to
    RequestMessage string
    Request message
    Status string
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    GroupId string
    group id of the private link
    Name string
    Unique name of the private link
    PrivateLinkResourceId string
    the resource id that private link links to
    RequestMessage string
    Request message
    Status string
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    groupId String
    group id of the private link
    name String
    Unique name of the private link
    privateLinkResourceId String
    the resource id that private link links to
    requestMessage String
    Request message
    status String
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    groupId string
    group id of the private link
    name string
    Unique name of the private link
    privateLinkResourceId string
    the resource id that private link links to
    requestMessage string
    Request message
    status string
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    group_id str
    group id of the private link
    name str
    Unique name of the private link
    private_link_resource_id str
    the resource id that private link links to
    request_message str
    Request message
    status str
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
    groupId String
    group id of the private link
    name String
    Unique name of the private link
    privateLinkResourceId String
    the resource id that private link links to
    requestMessage String
    Request message
    status String
    Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)

    SkuResponse

    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier str
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    WorkspaceHubConfigResponse

    WorkspacePrivateEndpointResourceResponse

    Id string
    e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
    SubnetArmId string
    The subnetId that the private endpoint is connected to.
    Id string
    e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
    SubnetArmId string
    The subnetId that the private endpoint is connected to.
    id String
    e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
    subnetArmId String
    The subnetId that the private endpoint is connected to.
    id string
    e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
    subnetArmId string
    The subnetId that the private endpoint is connected to.
    id str
    e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
    subnet_arm_id str
    The subnetId that the private endpoint is connected to.
    id String
    e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
    subnetArmId String
    The subnetId that the private endpoint is connected to.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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
      Try Pulumi Cloud free. Your team will thank you.