This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.migrate.getImportCollector
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get a Import collector. Azure REST API version: 2019-10-01.
Using getImportCollector
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 getImportCollector(args: GetImportCollectorArgs, opts?: InvokeOptions): Promise<GetImportCollectorResult>
function getImportCollectorOutput(args: GetImportCollectorOutputArgs, opts?: InvokeOptions): Output<GetImportCollectorResult>def get_import_collector(import_collector_name: Optional[str] = None,
                         project_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetImportCollectorResult
def get_import_collector_output(import_collector_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[GetImportCollectorResult]func LookupImportCollector(ctx *Context, args *LookupImportCollectorArgs, opts ...InvokeOption) (*LookupImportCollectorResult, error)
func LookupImportCollectorOutput(ctx *Context, args *LookupImportCollectorOutputArgs, opts ...InvokeOption) LookupImportCollectorResultOutput> Note: This function is named LookupImportCollector in the Go SDK.
public static class GetImportCollector 
{
    public static Task<GetImportCollectorResult> InvokeAsync(GetImportCollectorArgs args, InvokeOptions? opts = null)
    public static Output<GetImportCollectorResult> Invoke(GetImportCollectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetImportCollectorResult> getImportCollector(GetImportCollectorArgs args, InvokeOptions options)
public static Output<GetImportCollectorResult> getImportCollector(GetImportCollectorArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:migrate:getImportCollector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ImportCollector stringName 
- Unique name of a Import collector within a project.
- ProjectName string
- Name of the Azure Migrate project.
- ResourceGroup stringName 
- Name of the Azure Resource Group that project is part of.
- ImportCollector stringName 
- Unique name of a Import collector within a project.
- ProjectName string
- Name of the Azure Migrate project.
- ResourceGroup stringName 
- Name of the Azure Resource Group that project is part of.
- importCollector StringName 
- Unique name of a Import collector within a project.
- projectName String
- Name of the Azure Migrate project.
- resourceGroup StringName 
- Name of the Azure Resource Group that project is part of.
- importCollector stringName 
- Unique name of a Import collector within a project.
- projectName string
- Name of the Azure Migrate project.
- resourceGroup stringName 
- Name of the Azure Resource Group that project is part of.
- import_collector_ strname 
- Unique name of a Import collector within a project.
- project_name str
- Name of the Azure Migrate project.
- resource_group_ strname 
- Name of the Azure Resource Group that project is part of.
- importCollector StringName 
- Unique name of a Import collector within a project.
- projectName String
- Name of the Azure Migrate project.
- resourceGroup StringName 
- Name of the Azure Resource Group that project is part of.
getImportCollector Result
The following output properties are available:
- Id string
- Name string
- Properties
Pulumi.Azure Native. Migrate. Outputs. Import Collector Properties Response 
- Type string
- ETag string
- Id string
- Name string
- Properties
ImportCollector Properties Response 
- Type string
- ETag string
- id String
- name String
- properties
ImportCollector Properties Response 
- type String
- eTag String
- id string
- name string
- properties
ImportCollector Properties Response 
- type string
- eTag string
- id str
- name str
- properties
ImportCollector Properties Response 
- type str
- e_tag str
- id String
- name String
- properties Property Map
- type String
- eTag String
Supporting Types
ImportCollectorPropertiesResponse   
- CreatedTimestamp string
- UpdatedTimestamp string
- DiscoverySite stringId 
- CreatedTimestamp string
- UpdatedTimestamp string
- DiscoverySite stringId 
- createdTimestamp String
- updatedTimestamp String
- discoverySite StringId 
- createdTimestamp string
- updatedTimestamp string
- discoverySite stringId 
- createdTimestamp String
- updatedTimestamp String
- discoverySite StringId 
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi