1. Packages
  2. Azure Native
  3. API Docs
  4. cognitiveservices
  5. getProjectCapabilityHost
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.15.0
published on Wednesday, Mar 4, 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.15.0
published on Wednesday, Mar 4, 2026 by Pulumi

    Azure Resource Manager resource envelope for Project CapabilityHost.

    Uses Azure REST API version 2025-06-01.

    Other available API versions: 2025-04-01-preview, 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 cognitiveservices [ApiVersion]. See the version guide for details.

    Using getProjectCapabilityHost

    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 getProjectCapabilityHost(args: GetProjectCapabilityHostArgs, opts?: InvokeOptions): Promise<GetProjectCapabilityHostResult>
    function getProjectCapabilityHostOutput(args: GetProjectCapabilityHostOutputArgs, opts?: InvokeOptions): Output<GetProjectCapabilityHostResult>
    def get_project_capability_host(account_name: Optional[str] = None,
                                    capability_host_name: Optional[str] = None,
                                    project_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetProjectCapabilityHostResult
    def get_project_capability_host_output(account_name: Optional[pulumi.Input[str]] = None,
                                    capability_host_name: Optional[pulumi.Input[str]] = None,
                                    project_name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetProjectCapabilityHostResult]
    func LookupProjectCapabilityHost(ctx *Context, args *LookupProjectCapabilityHostArgs, opts ...InvokeOption) (*LookupProjectCapabilityHostResult, error)
    func LookupProjectCapabilityHostOutput(ctx *Context, args *LookupProjectCapabilityHostOutputArgs, opts ...InvokeOption) LookupProjectCapabilityHostResultOutput

    > Note: This function is named LookupProjectCapabilityHost in the Go SDK.

    public static class GetProjectCapabilityHost 
    {
        public static Task<GetProjectCapabilityHostResult> InvokeAsync(GetProjectCapabilityHostArgs args, InvokeOptions? opts = null)
        public static Output<GetProjectCapabilityHostResult> Invoke(GetProjectCapabilityHostInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProjectCapabilityHostResult> getProjectCapabilityHost(GetProjectCapabilityHostArgs args, InvokeOptions options)
    public static Output<GetProjectCapabilityHostResult> getProjectCapabilityHost(GetProjectCapabilityHostArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:cognitiveservices:getProjectCapabilityHost
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of Cognitive Services account.
    CapabilityHostName string
    The name of the capability host associated with the Cognitive Services Resource
    ProjectName string
    The name of Cognitive Services account's project.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AccountName string
    The name of Cognitive Services account.
    CapabilityHostName string
    The name of the capability host associated with the Cognitive Services Resource
    ProjectName string
    The name of Cognitive Services account's project.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    accountName String
    The name of Cognitive Services account.
    capabilityHostName String
    The name of the capability host associated with the Cognitive Services Resource
    projectName String
    The name of Cognitive Services account's project.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    accountName string
    The name of Cognitive Services account.
    capabilityHostName string
    The name of the capability host associated with the Cognitive Services Resource
    projectName string
    The name of Cognitive Services account's project.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    account_name str
    The name of Cognitive Services account.
    capability_host_name str
    The name of the capability host associated with the Cognitive Services Resource
    project_name str
    The name of Cognitive Services account's project.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    accountName String
    The name of Cognitive Services account.
    capabilityHostName String
    The name of the capability host associated with the Cognitive Services Resource
    projectName String
    The name of Cognitive Services account's project.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getProjectCapabilityHost 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}
    Name string
    The name of the resource
    ProjectCapabilityHostProperties Pulumi.AzureNative.CognitiveServices.Outputs.ProjectCapabilityHostResponse
    [Required] Additional attributes of the entity.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    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}
    Name string
    The name of the resource
    ProjectCapabilityHostProperties ProjectCapabilityHostResponse
    [Required] Additional attributes of the entity.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    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}
    name String
    The name of the resource
    projectCapabilityHostProperties ProjectCapabilityHostResponse
    [Required] Additional attributes of the entity.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    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}
    name string
    The name of the resource
    projectCapabilityHostProperties ProjectCapabilityHostResponse
    [Required] Additional attributes of the entity.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    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}
    name str
    The name of the resource
    project_capability_host_properties ProjectCapabilityHostResponse
    [Required] Additional attributes of the entity.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    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}
    name String
    The name of the resource
    projectCapabilityHostProperties Property Map
    [Required] Additional attributes of the entity.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    ProjectCapabilityHostResponse

    ProvisioningState string
    Provisioning state for the CapabilityHost.
    AiServicesConnections List<string>
    List of AI services connections.
    StorageConnections List<string>
    List of connection names from those available in the account or project to be used as a storage resource.
    ThreadStorageConnections List<string>
    List of connection names from those available in the account or project to be used for Thread storage.
    VectorStoreConnections List<string>
    List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).
    ProvisioningState string
    Provisioning state for the CapabilityHost.
    AiServicesConnections []string
    List of AI services connections.
    StorageConnections []string
    List of connection names from those available in the account or project to be used as a storage resource.
    ThreadStorageConnections []string
    List of connection names from those available in the account or project to be used for Thread storage.
    VectorStoreConnections []string
    List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).
    provisioningState String
    Provisioning state for the CapabilityHost.
    aiServicesConnections List<String>
    List of AI services connections.
    storageConnections List<String>
    List of connection names from those available in the account or project to be used as a storage resource.
    threadStorageConnections List<String>
    List of connection names from those available in the account or project to be used for Thread storage.
    vectorStoreConnections List<String>
    List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).
    provisioningState string
    Provisioning state for the CapabilityHost.
    aiServicesConnections string[]
    List of AI services connections.
    storageConnections string[]
    List of connection names from those available in the account or project to be used as a storage resource.
    threadStorageConnections string[]
    List of connection names from those available in the account or project to be used for Thread storage.
    vectorStoreConnections string[]
    List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).
    provisioning_state str
    Provisioning state for the CapabilityHost.
    ai_services_connections Sequence[str]
    List of AI services connections.
    storage_connections Sequence[str]
    List of connection names from those available in the account or project to be used as a storage resource.
    thread_storage_connections Sequence[str]
    List of connection names from those available in the account or project to be used for Thread storage.
    vector_store_connections Sequence[str]
    List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).
    provisioningState String
    Provisioning state for the CapabilityHost.
    aiServicesConnections List<String>
    List of AI services connections.
    storageConnections List<String>
    List of connection names from those available in the account or project to be used as a storage resource.
    threadStorageConnections List<String>
    List of connection names from those available in the account or project to be used for Thread storage.
    vectorStoreConnections List<String>
    List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).

    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.15.0
    published on Wednesday, Mar 4, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.