These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.hanaonazure.getProviderInstance
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets properties of a provider instance for the specified subscription, resource group, SapMonitor name, and resource name. 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:
- Provider
Instance stringName - Name of the provider instance.
- Resource
Group stringName - Name of the resource group.
- Sap
Monitor stringName - Name of the SAP monitor resource.
- Provider
Instance stringName - Name of the provider instance.
- Resource
Group stringName - Name of the resource group.
- Sap
Monitor stringName - Name of the SAP monitor resource.
- provider
Instance StringName - Name of the provider instance.
- resource
Group StringName - Name of the resource group.
- sap
Monitor StringName - Name of the SAP monitor resource.
- provider
Instance stringName - Name of the provider instance.
- resource
Group stringName - Name of the resource group.
- sap
Monitor stringName - Name of the SAP monitor resource.
- provider_
instance_ strname - Name of the provider instance.
- resource_
group_ strname - Name of the resource group.
- sap_
monitor_ strname - Name of the SAP monitor resource.
- provider
Instance StringName - Name of the provider instance.
- resource
Group StringName - Name of the resource group.
- sap
Monitor StringName - 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.
- Provisioning
State 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.
- Provisioning
State 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.
- provisioning
State 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.
- provisioning
State 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.
- provisioning
State 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi