1. Packages
  2. Azure Native
  3. API Docs
  4. hanaonazure
  5. getProviderInstance
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.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

azure-native.hanaonazure.getProviderInstance

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.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

    Gets properties of a provider instance for the specified subscription, resource group, SapMonitor name, and resource name. Azure REST API version: 2020-02-07-preview.

    Using getProviderInstance

    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 getProviderInstance(args: GetProviderInstanceArgs, opts?: InvokeOptions): Promise<GetProviderInstanceResult>
    function getProviderInstanceOutput(args: GetProviderInstanceOutputArgs, opts?: InvokeOptions): Output<GetProviderInstanceResult>
    def get_provider_instance(provider_instance_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              sap_monitor_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetProviderInstanceResult
    def get_provider_instance_output(provider_instance_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              sap_monitor_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetProviderInstanceResult]
    func LookupProviderInstance(ctx *Context, args *LookupProviderInstanceArgs, opts ...InvokeOption) (*LookupProviderInstanceResult, error)
    func LookupProviderInstanceOutput(ctx *Context, args *LookupProviderInstanceOutputArgs, opts ...InvokeOption) LookupProviderInstanceResultOutput

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

    public static class GetProviderInstance 
    {
        public static Task<GetProviderInstanceResult> InvokeAsync(GetProviderInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetProviderInstanceResult> Invoke(GetProviderInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProviderInstanceResult> getProviderInstance(GetProviderInstanceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:hanaonazure:getProviderInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProviderInstanceName string

    Name of the provider instance.

    ResourceGroupName string

    Name of the resource group.

    SapMonitorName string

    Name of the SAP monitor resource.

    ProviderInstanceName string

    Name of the provider instance.

    ResourceGroupName string

    Name of the resource group.

    SapMonitorName string

    Name of the SAP monitor resource.

    providerInstanceName String

    Name of the provider instance.

    resourceGroupName String

    Name of the resource group.

    sapMonitorName String

    Name of the SAP monitor resource.

    providerInstanceName string

    Name of the provider instance.

    resourceGroupName string

    Name of the resource group.

    sapMonitorName string

    Name of the SAP monitor resource.

    provider_instance_name str

    Name of the provider instance.

    resource_group_name str

    Name of the resource group.

    sap_monitor_name str

    Name of the SAP monitor resource.

    providerInstanceName String

    Name of the provider instance.

    resourceGroupName String

    Name of the resource group.

    sapMonitorName String

    Name of the SAP monitor resource.

    getProviderInstance Result

    The following output properties are available:

    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

    Properties string

    A JSON string containing the properties of the provider instance.

    ProvisioningState string

    State of provisioning of the provider instance

    Type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Metadata string

    A JSON string containing metadata of the provider instance.

    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

    Properties string

    A JSON string containing the properties of the provider instance.

    ProvisioningState string

    State of provisioning of the provider instance

    Type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Metadata string

    A JSON string containing metadata of the provider instance.

    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

    properties String

    A JSON string containing the properties of the provider instance.

    provisioningState String

    State of provisioning of the provider instance

    type String

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    metadata String

    A JSON string containing metadata of the provider instance.

    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

    properties string

    A JSON string containing the properties of the provider instance.

    provisioningState string

    State of provisioning of the provider instance

    type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    metadata string

    A JSON string containing metadata of the provider instance.

    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

    properties str

    A JSON string containing the properties of the provider instance.

    provisioning_state str

    State of provisioning of the provider instance

    type str

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    metadata str

    A JSON string containing metadata of the provider instance.

    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

    properties String

    A JSON string containing the properties of the provider instance.

    provisioningState String

    State of provisioning of the provider instance

    type String

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    metadata String

    A JSON string containing metadata of the provider instance.

    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.9.0 published on Wednesday, Sep 27, 2023 by Pulumi