1. Packages
  2. Azure Native
  3. API Docs
  4. customerinsights
  5. getConnector
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.customerinsights.getConnector

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

    Gets a connector in the hub. Azure REST API version: 2017-04-26.

    Using getConnector

    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 getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
    function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
    def get_connector(connector_name: Optional[str] = None,
                      hub_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetConnectorResult
    def get_connector_output(connector_name: Optional[pulumi.Input[str]] = None,
                      hub_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
    func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
    func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput

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

    public static class GetConnector 
    {
        public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:customerinsights:getConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectorName string
    The name of the connector.
    HubName string
    The name of the hub.
    ResourceGroupName string
    The name of the resource group.
    ConnectorName string
    The name of the connector.
    HubName string
    The name of the hub.
    ResourceGroupName string
    The name of the resource group.
    connectorName String
    The name of the connector.
    hubName String
    The name of the hub.
    resourceGroupName String
    The name of the resource group.
    connectorName string
    The name of the connector.
    hubName string
    The name of the hub.
    resourceGroupName string
    The name of the resource group.
    connector_name str
    The name of the connector.
    hub_name str
    The name of the hub.
    resource_group_name str
    The name of the resource group.
    connectorName String
    The name of the connector.
    hubName String
    The name of the hub.
    resourceGroupName String
    The name of the resource group.

    getConnector Result

    The following output properties are available:

    ConnectorId int
    ID of the connector.
    ConnectorProperties Dictionary<string, object>
    The connector properties.
    ConnectorType string
    Type of connector.
    Created string
    The created time.
    Id string
    Resource ID.
    LastModified string
    The last modified time.
    Name string
    Resource name.
    State string
    State of connector.
    TenantId string
    The hub name.
    Type string
    Resource type.
    ConnectorName string
    Name of the connector.
    Description string
    Description of the connector.
    DisplayName string
    Display name of the connector.
    IsInternal bool
    If this is an internal connector.
    ConnectorId int
    ID of the connector.
    ConnectorProperties map[string]interface{}
    The connector properties.
    ConnectorType string
    Type of connector.
    Created string
    The created time.
    Id string
    Resource ID.
    LastModified string
    The last modified time.
    Name string
    Resource name.
    State string
    State of connector.
    TenantId string
    The hub name.
    Type string
    Resource type.
    ConnectorName string
    Name of the connector.
    Description string
    Description of the connector.
    DisplayName string
    Display name of the connector.
    IsInternal bool
    If this is an internal connector.
    connectorId Integer
    ID of the connector.
    connectorProperties Map<String,Object>
    The connector properties.
    connectorType String
    Type of connector.
    created String
    The created time.
    id String
    Resource ID.
    lastModified String
    The last modified time.
    name String
    Resource name.
    state String
    State of connector.
    tenantId String
    The hub name.
    type String
    Resource type.
    connectorName String
    Name of the connector.
    description String
    Description of the connector.
    displayName String
    Display name of the connector.
    isInternal Boolean
    If this is an internal connector.
    connectorId number
    ID of the connector.
    connectorProperties {[key: string]: any}
    The connector properties.
    connectorType string
    Type of connector.
    created string
    The created time.
    id string
    Resource ID.
    lastModified string
    The last modified time.
    name string
    Resource name.
    state string
    State of connector.
    tenantId string
    The hub name.
    type string
    Resource type.
    connectorName string
    Name of the connector.
    description string
    Description of the connector.
    displayName string
    Display name of the connector.
    isInternal boolean
    If this is an internal connector.
    connector_id int
    ID of the connector.
    connector_properties Mapping[str, Any]
    The connector properties.
    connector_type str
    Type of connector.
    created str
    The created time.
    id str
    Resource ID.
    last_modified str
    The last modified time.
    name str
    Resource name.
    state str
    State of connector.
    tenant_id str
    The hub name.
    type str
    Resource type.
    connector_name str
    Name of the connector.
    description str
    Description of the connector.
    display_name str
    Display name of the connector.
    is_internal bool
    If this is an internal connector.
    connectorId Number
    ID of the connector.
    connectorProperties Map<Any>
    The connector properties.
    connectorType String
    Type of connector.
    created String
    The created time.
    id String
    Resource ID.
    lastModified String
    The last modified time.
    name String
    Resource name.
    state String
    State of connector.
    tenantId String
    The hub name.
    type String
    Resource type.
    connectorName String
    Name of the connector.
    description String
    Description of the connector.
    displayName String
    Display name of the connector.
    isInternal Boolean
    If this is an internal connector.

    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