This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi
azure-native.migrate.getImportCollector
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi
Get a Import collector.
Uses 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 dictionary
The following arguments are supported:
- Import
Collector Name This property is required. Changes to this property will trigger replacement.
- Unique name of a Import collector within a project.
- Project
Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Migrate project.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- Import
Collector Name This property is required. Changes to this property will trigger replacement.
- Unique name of a Import collector within a project.
- Project
Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Migrate project.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- import
Collector Name This property is required. Changes to this property will trigger replacement.
- Unique name of a Import collector within a project.
- project
Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Migrate project.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- import
Collector Name This property is required. Changes to this property will trigger replacement.
- Unique name of a Import collector within a project.
- project
Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Migrate project.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- import_
collector_ name This property is required. Changes to this property will trigger replacement.
- Unique name of a Import collector within a project.
- project_
name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Migrate project.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
- import
Collector Name This property is required. Changes to this property will trigger replacement.
- Unique name of a Import collector within a project.
- project
Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Migrate project.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Azure Resource Group that project is part of.
getImportCollector Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Name string
- Properties
Pulumi.
Azure Native. Migrate. Outputs. Import Collector Properties Response - Type string
- ETag string
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Name string
- Properties
Import
Collector Properties Response - Type string
- ETag string
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- name String
- properties
Import
Collector Properties Response - type String
- e
Tag String
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- name string
- properties
Import
Collector Properties Response - type string
- e
Tag string
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- name str
- properties
Import
Collector Properties Response - type str
- e_
tag str
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- name String
- properties Property Map
- type String
- e
Tag String
Supporting Types
ImportCollectorPropertiesResponse
- Created
Timestamp This property is required. string - Updated
Timestamp This property is required. string - Discovery
Site stringId
- Created
Timestamp This property is required. string - Updated
Timestamp This property is required. string - Discovery
Site stringId
- created
Timestamp This property is required. String - updated
Timestamp This property is required. String - discovery
Site StringId
- created
Timestamp This property is required. string - updated
Timestamp This property is required. string - discovery
Site stringId
- created_
timestamp This property is required. str - updated_
timestamp This property is required. str - discovery_
site_ strid
- created
Timestamp This property is required. String - updated
Timestamp This property is required. String - discovery
Site 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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi