1. Packages
  2. Azure Native
  3. API Docs
  4. migrate
  5. getServerCollector
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.migrate.getServerCollector

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Get a Server collector. Azure REST API version: 2019-10-01.

    Using getServerCollector

    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 getServerCollector(args: GetServerCollectorArgs, opts?: InvokeOptions): Promise<GetServerCollectorResult>
    function getServerCollectorOutput(args: GetServerCollectorOutputArgs, opts?: InvokeOptions): Output<GetServerCollectorResult>
    def get_server_collector(project_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             server_collector_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetServerCollectorResult
    def get_server_collector_output(project_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             server_collector_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetServerCollectorResult]
    func LookupServerCollector(ctx *Context, args *LookupServerCollectorArgs, opts ...InvokeOption) (*LookupServerCollectorResult, error)
    func LookupServerCollectorOutput(ctx *Context, args *LookupServerCollectorOutputArgs, opts ...InvokeOption) LookupServerCollectorResultOutput

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

    public static class GetServerCollector 
    {
        public static Task<GetServerCollectorResult> InvokeAsync(GetServerCollectorArgs args, InvokeOptions? opts = null)
        public static Output<GetServerCollectorResult> Invoke(GetServerCollectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServerCollectorResult> getServerCollector(GetServerCollectorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:migrate:getServerCollector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectName string
    Name of the Azure Migrate project.
    ResourceGroupName string
    Name of the Azure Resource Group that project is part of.
    ServerCollectorName string
    Unique name of a Server collector within a project.
    ProjectName string
    Name of the Azure Migrate project.
    ResourceGroupName string
    Name of the Azure Resource Group that project is part of.
    ServerCollectorName string
    Unique name of a Server collector within a project.
    projectName String
    Name of the Azure Migrate project.
    resourceGroupName String
    Name of the Azure Resource Group that project is part of.
    serverCollectorName String
    Unique name of a Server collector within a project.
    projectName string
    Name of the Azure Migrate project.
    resourceGroupName string
    Name of the Azure Resource Group that project is part of.
    serverCollectorName string
    Unique name of a Server collector within a project.
    project_name str
    Name of the Azure Migrate project.
    resource_group_name str
    Name of the Azure Resource Group that project is part of.
    server_collector_name str
    Unique name of a Server collector within a project.
    projectName String
    Name of the Azure Migrate project.
    resourceGroupName String
    Name of the Azure Resource Group that project is part of.
    serverCollectorName String
    Unique name of a Server collector within a project.

    getServerCollector Result

    The following output properties are available:

    id String
    name String
    properties Property Map
    type String
    eTag String

    Supporting Types

    CollectorAgentPropertiesResponse

    CollectorBodyAgentSpnPropertiesResponse

    ApplicationId string
    Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    Audience string
    Intended audience for the service principal.
    Authority string
    AAD Authority URL which was used to request the token for the service principal.
    ObjectId string
    Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    TenantId string
    Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    ApplicationId string
    Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    Audience string
    Intended audience for the service principal.
    Authority string
    AAD Authority URL which was used to request the token for the service principal.
    ObjectId string
    Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    TenantId string
    Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    applicationId String
    Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    audience String
    Intended audience for the service principal.
    authority String
    AAD Authority URL which was used to request the token for the service principal.
    objectId String
    Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    tenantId String
    Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    applicationId string
    Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    audience string
    Intended audience for the service principal.
    authority string
    AAD Authority URL which was used to request the token for the service principal.
    objectId string
    Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    tenantId string
    Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    application_id str
    Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    audience str
    Intended audience for the service principal.
    authority str
    AAD Authority URL which was used to request the token for the service principal.
    object_id str
    Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    tenant_id str
    Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    applicationId String
    Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    audience String
    Intended audience for the service principal.
    authority String
    AAD Authority URL which was used to request the token for the service principal.
    objectId String
    Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
    tenantId String
    Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

    CollectorPropertiesResponse

    CreatedTimestamp string
    Time when this collector was created. Date-Time represented in ISO-8601 format.
    UpdatedTimestamp string
    Time when this collector was updated. Date-Time represented in ISO-8601 format.
    AgentProperties Pulumi.AzureNative.Migrate.Inputs.CollectorAgentPropertiesResponse
    DiscoverySiteId string
    The ARM id of the discovery service site.
    CreatedTimestamp string
    Time when this collector was created. Date-Time represented in ISO-8601 format.
    UpdatedTimestamp string
    Time when this collector was updated. Date-Time represented in ISO-8601 format.
    AgentProperties CollectorAgentPropertiesResponse
    DiscoverySiteId string
    The ARM id of the discovery service site.
    createdTimestamp String
    Time when this collector was created. Date-Time represented in ISO-8601 format.
    updatedTimestamp String
    Time when this collector was updated. Date-Time represented in ISO-8601 format.
    agentProperties CollectorAgentPropertiesResponse
    discoverySiteId String
    The ARM id of the discovery service site.
    createdTimestamp string
    Time when this collector was created. Date-Time represented in ISO-8601 format.
    updatedTimestamp string
    Time when this collector was updated. Date-Time represented in ISO-8601 format.
    agentProperties CollectorAgentPropertiesResponse
    discoverySiteId string
    The ARM id of the discovery service site.
    created_timestamp str
    Time when this collector was created. Date-Time represented in ISO-8601 format.
    updated_timestamp str
    Time when this collector was updated. Date-Time represented in ISO-8601 format.
    agent_properties CollectorAgentPropertiesResponse
    discovery_site_id str
    The ARM id of the discovery service site.
    createdTimestamp String
    Time when this collector was created. Date-Time represented in ISO-8601 format.
    updatedTimestamp String
    Time when this collector was updated. Date-Time represented in ISO-8601 format.
    agentProperties Property Map
    discoverySiteId String
    The ARM id of the discovery service site.

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi