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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.workloads.getProviderInstance
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name. Azure REST API version: 2023-04-01.
Other available API versions: 2023-10-01-preview, 2023-12-01-preview, 2024-02-01-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(monitor_name: Optional[str] = None,
                          provider_instance_name: Optional[str] = None,
                          resource_group_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetProviderInstanceResult
def get_provider_instance_output(monitor_name: Optional[pulumi.Input[str]] = None,
                          provider_instance_name: Optional[pulumi.Input[str]] = None,
                          resource_group_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)
public static Output<GetProviderInstanceResult> getProviderInstance(GetProviderInstanceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:workloads:getProviderInstance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MonitorName string
- Name of the SAP monitor resource.
- ProviderInstance stringName 
- Name of the provider instance.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- MonitorName string
- Name of the SAP monitor resource.
- ProviderInstance stringName 
- Name of the provider instance.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- monitorName String
- Name of the SAP monitor resource.
- providerInstance StringName 
- Name of the provider instance.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- monitorName string
- Name of the SAP monitor resource.
- providerInstance stringName 
- Name of the provider instance.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- monitor_name str
- Name of the SAP monitor resource.
- provider_instance_ strname 
- Name of the provider instance.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- monitorName String
- Name of the SAP monitor resource.
- providerInstance StringName 
- Name of the provider instance.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getProviderInstance Result
The following output properties are available:
- Errors
Pulumi.Azure Native. Workloads. Outputs. Provider Instance Properties Response Errors 
- Defines the provider instance errors.
- 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
- ProvisioningState string
- State of provisioning of the provider instance
- SystemData Pulumi.Azure Native. Workloads. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Identity
Pulumi.Azure Native. Workloads. Outputs. User Assigned Service Identity Response 
- [currently not in use] Managed service identity(user assigned identities)
- ProviderSettings Pulumi.Azure | Pulumi.Native. Workloads. Outputs. DB2Provider Instance Properties Response Azure | Pulumi.Native. Workloads. Outputs. Hana Db Provider Instance Properties Response Azure | Pulumi.Native. Workloads. Outputs. Ms Sql Server Provider Instance Properties Response Azure | Pulumi.Native. Workloads. Outputs. Prometheus Ha Cluster Provider Instance Properties Response Azure | Pulumi.Native. Workloads. Outputs. Prometheus OSProvider Instance Properties Response Azure Native. Workloads. Outputs. Sap Net Weaver Provider Instance Properties Response 
- Defines the provider specific properties.
- Errors
ProviderInstance Properties Response Errors 
- Defines the provider instance errors.
- 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
- ProvisioningState string
- State of provisioning of the provider instance
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Identity
UserAssigned Service Identity Response 
- [currently not in use] Managed service identity(user assigned identities)
- ProviderSettings DB2ProviderInstance | HanaProperties Response Db | MsProvider Instance Properties Response Sql | PrometheusServer Provider Instance Properties Response Ha | PrometheusCluster Provider Instance Properties Response OSProvider | SapInstance Properties Response Net Weaver Provider Instance Properties Response 
- Defines the provider specific properties.
- errors
ProviderInstance Properties Response Errors 
- Defines the provider instance errors.
- 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
- provisioningState String
- State of provisioning of the provider instance
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- identity
UserAssigned Service Identity Response 
- [currently not in use] Managed service identity(user assigned identities)
- providerSettings DB2ProviderInstance | HanaProperties Response Db | MsProvider Instance Properties Response Sql | PrometheusServer Provider Instance Properties Response Ha | PrometheusCluster Provider Instance Properties Response OSProvider | SapInstance Properties Response Net Weaver Provider Instance Properties Response 
- Defines the provider specific properties.
- errors
ProviderInstance Properties Response Errors 
- Defines the provider instance errors.
- 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
- provisioningState string
- State of provisioning of the provider instance
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- identity
UserAssigned Service Identity Response 
- [currently not in use] Managed service identity(user assigned identities)
- providerSettings DB2ProviderInstance | HanaProperties Response Db | MsProvider Instance Properties Response Sql | PrometheusServer Provider Instance Properties Response Ha | PrometheusCluster Provider Instance Properties Response OSProvider | SapInstance Properties Response Net Weaver Provider Instance Properties Response 
- Defines the provider specific properties.
- errors
ProviderInstance Properties Response Errors 
- Defines the provider instance errors.
- 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
- provisioning_state str
- State of provisioning of the provider instance
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- identity
UserAssigned Service Identity Response 
- [currently not in use] Managed service identity(user assigned identities)
- provider_settings DB2ProviderInstance | HanaProperties Response Db | MsProvider Instance Properties Response Sql | PrometheusServer Provider Instance Properties Response Ha | PrometheusCluster Provider Instance Properties Response OSProvider | SapInstance Properties Response Net Weaver Provider Instance Properties Response 
- Defines the provider specific properties.
- errors Property Map
- Defines the provider instance errors.
- 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
- provisioningState String
- State of provisioning of the provider instance
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- identity Property Map
- [currently not in use] Managed service identity(user assigned identities)
- providerSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Defines the provider specific properties.
Supporting Types
DB2ProviderInstancePropertiesResponse   
- DbName string
- Gets or sets the db2 database name.
- DbPassword string
- Gets or sets the db2 database password.
- DbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- DbPort string
- Gets or sets the db2 database sql port.
- DbUsername string
- Gets or sets the db2 database user name.
- Hostname string
- Gets or sets the target virtual machine name.
- SapSid string
- Gets or sets the SAP System Identifier
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the DB2 Database.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- DbName string
- Gets or sets the db2 database name.
- DbPassword string
- Gets or sets the db2 database password.
- DbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- DbPort string
- Gets or sets the db2 database sql port.
- DbUsername string
- Gets or sets the db2 database user name.
- Hostname string
- Gets or sets the target virtual machine name.
- SapSid string
- Gets or sets the SAP System Identifier
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the DB2 Database.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- dbName String
- Gets or sets the db2 database name.
- dbPassword String
- Gets or sets the db2 database password.
- dbPassword StringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbPort String
- Gets or sets the db2 database sql port.
- dbUsername String
- Gets or sets the db2 database user name.
- hostname String
- Gets or sets the target virtual machine name.
- sapSid String
- Gets or sets the SAP System Identifier
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the DB2 Database.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
- dbName string
- Gets or sets the db2 database name.
- dbPassword string
- Gets or sets the db2 database password.
- dbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbPort string
- Gets or sets the db2 database sql port.
- dbUsername string
- Gets or sets the db2 database user name.
- hostname string
- Gets or sets the target virtual machine name.
- sapSid string
- Gets or sets the SAP System Identifier
- sslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the DB2 Database.
- sslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- db_name str
- Gets or sets the db2 database name.
- db_password str
- Gets or sets the db2 database password.
- db_password_ struri 
- Gets or sets the key vault URI to secret with the database password.
- db_port str
- Gets or sets the db2 database sql port.
- db_username str
- Gets or sets the db2 database user name.
- hostname str
- Gets or sets the target virtual machine name.
- sap_sid str
- Gets or sets the SAP System Identifier
- ssl_certificate_ struri 
- Gets or sets the blob URI to SSL certificate for the DB2 Database.
- ssl_preference str
- Gets or sets certificate preference if secure communication is enabled.
- dbName String
- Gets or sets the db2 database name.
- dbPassword String
- Gets or sets the db2 database password.
- dbPassword StringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbPort String
- Gets or sets the db2 database sql port.
- dbUsername String
- Gets or sets the db2 database user name.
- hostname String
- Gets or sets the target virtual machine name.
- sapSid String
- Gets or sets the SAP System Identifier
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the DB2 Database.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
ErrorResponse 
- Code string
- Server-defined set of error codes.
- Details
List<Pulumi.Azure Native. Workloads. Inputs. Error Response> 
- Array of details about specific errors that led to this reported error.
- InnerError Pulumi.Azure Native. Workloads. Inputs. Error Response Inner Error 
- Object containing more specific information than the current object about the error.
- Message string
- Human-readable representation of the error.
- Target string
- Target of the error.
- Code string
- Server-defined set of error codes.
- Details
[]ErrorResponse 
- Array of details about specific errors that led to this reported error.
- InnerError ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- Message string
- Human-readable representation of the error.
- Target string
- Target of the error.
- code String
- Server-defined set of error codes.
- details
List<ErrorResponse> 
- Array of details about specific errors that led to this reported error.
- innerError ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- message String
- Human-readable representation of the error.
- target String
- Target of the error.
- code string
- Server-defined set of error codes.
- details
ErrorResponse[] 
- Array of details about specific errors that led to this reported error.
- innerError ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- message string
- Human-readable representation of the error.
- target string
- Target of the error.
- code str
- Server-defined set of error codes.
- details
Sequence[ErrorResponse] 
- Array of details about specific errors that led to this reported error.
- inner_error ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- message str
- Human-readable representation of the error.
- target str
- Target of the error.
- code String
- Server-defined set of error codes.
- details List<Property Map>
- Array of details about specific errors that led to this reported error.
- innerError Property Map
- Object containing more specific information than the current object about the error.
- message String
- Human-readable representation of the error.
- target String
- Target of the error.
ErrorResponseInnerError   
- InnerError Pulumi.Azure Native. Workloads. Inputs. Error Response 
- Standard error object.
- InnerError ErrorResponse 
- Standard error object.
- innerError ErrorResponse 
- Standard error object.
- innerError ErrorResponse 
- Standard error object.
- inner_error ErrorResponse 
- Standard error object.
- innerError Property Map
- Standard error object.
HanaDbProviderInstancePropertiesResponse     
- DbName string
- Gets or sets the hana database name.
- DbPassword string
- Gets or sets the database password.
- DbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- DbUsername string
- Gets or sets the database user name.
- Hostname string
- Gets or sets the target virtual machine size.
- InstanceNumber string
- Gets or sets the database instance number.
- SapSid string
- Gets or sets the SAP System Identifier.
- SqlPort string
- Gets or sets the database sql port.
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the DB.
- SslHost stringName In Certificate 
- Gets or sets the hostname(s) in the SSL certificate.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- DbName string
- Gets or sets the hana database name.
- DbPassword string
- Gets or sets the database password.
- DbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- DbUsername string
- Gets or sets the database user name.
- Hostname string
- Gets or sets the target virtual machine size.
- InstanceNumber string
- Gets or sets the database instance number.
- SapSid string
- Gets or sets the SAP System Identifier.
- SqlPort string
- Gets or sets the database sql port.
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the DB.
- SslHost stringName In Certificate 
- Gets or sets the hostname(s) in the SSL certificate.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- dbName String
- Gets or sets the hana database name.
- dbPassword String
- Gets or sets the database password.
- dbPassword StringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbUsername String
- Gets or sets the database user name.
- hostname String
- Gets or sets the target virtual machine size.
- instanceNumber String
- Gets or sets the database instance number.
- sapSid String
- Gets or sets the SAP System Identifier.
- sqlPort String
- Gets or sets the database sql port.
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the DB.
- sslHost StringName In Certificate 
- Gets or sets the hostname(s) in the SSL certificate.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
- dbName string
- Gets or sets the hana database name.
- dbPassword string
- Gets or sets the database password.
- dbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbUsername string
- Gets or sets the database user name.
- hostname string
- Gets or sets the target virtual machine size.
- instanceNumber string
- Gets or sets the database instance number.
- sapSid string
- Gets or sets the SAP System Identifier.
- sqlPort string
- Gets or sets the database sql port.
- sslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the DB.
- sslHost stringName In Certificate 
- Gets or sets the hostname(s) in the SSL certificate.
- sslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- db_name str
- Gets or sets the hana database name.
- db_password str
- Gets or sets the database password.
- db_password_ struri 
- Gets or sets the key vault URI to secret with the database password.
- db_username str
- Gets or sets the database user name.
- hostname str
- Gets or sets the target virtual machine size.
- instance_number str
- Gets or sets the database instance number.
- sap_sid str
- Gets or sets the SAP System Identifier.
- sql_port str
- Gets or sets the database sql port.
- ssl_certificate_ struri 
- Gets or sets the blob URI to SSL certificate for the DB.
- ssl_host_ strname_ in_ certificate 
- Gets or sets the hostname(s) in the SSL certificate.
- ssl_preference str
- Gets or sets certificate preference if secure communication is enabled.
- dbName String
- Gets or sets the hana database name.
- dbPassword String
- Gets or sets the database password.
- dbPassword StringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbUsername String
- Gets or sets the database user name.
- hostname String
- Gets or sets the target virtual machine size.
- instanceNumber String
- Gets or sets the database instance number.
- sapSid String
- Gets or sets the SAP System Identifier.
- sqlPort String
- Gets or sets the database sql port.
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the DB.
- sslHost StringName In Certificate 
- Gets or sets the hostname(s) in the SSL certificate.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
MsSqlServerProviderInstancePropertiesResponse      
- DbPassword string
- Gets or sets the database password.
- DbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- DbPort string
- Gets or sets the database sql port.
- DbUsername string
- Gets or sets the database user name.
- Hostname string
- Gets or sets the SQL server host name.
- SapSid string
- Gets or sets the SAP System Identifier
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the SQL Database.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- DbPassword string
- Gets or sets the database password.
- DbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- DbPort string
- Gets or sets the database sql port.
- DbUsername string
- Gets or sets the database user name.
- Hostname string
- Gets or sets the SQL server host name.
- SapSid string
- Gets or sets the SAP System Identifier
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the SQL Database.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- dbPassword String
- Gets or sets the database password.
- dbPassword StringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbPort String
- Gets or sets the database sql port.
- dbUsername String
- Gets or sets the database user name.
- hostname String
- Gets or sets the SQL server host name.
- sapSid String
- Gets or sets the SAP System Identifier
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the SQL Database.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
- dbPassword string
- Gets or sets the database password.
- dbPassword stringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbPort string
- Gets or sets the database sql port.
- dbUsername string
- Gets or sets the database user name.
- hostname string
- Gets or sets the SQL server host name.
- sapSid string
- Gets or sets the SAP System Identifier
- sslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the SQL Database.
- sslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- db_password str
- Gets or sets the database password.
- db_password_ struri 
- Gets or sets the key vault URI to secret with the database password.
- db_port str
- Gets or sets the database sql port.
- db_username str
- Gets or sets the database user name.
- hostname str
- Gets or sets the SQL server host name.
- sap_sid str
- Gets or sets the SAP System Identifier
- ssl_certificate_ struri 
- Gets or sets the blob URI to SSL certificate for the SQL Database.
- ssl_preference str
- Gets or sets certificate preference if secure communication is enabled.
- dbPassword String
- Gets or sets the database password.
- dbPassword StringUri 
- Gets or sets the key vault URI to secret with the database password.
- dbPort String
- Gets or sets the database sql port.
- dbUsername String
- Gets or sets the database user name.
- hostname String
- Gets or sets the SQL server host name.
- sapSid String
- Gets or sets the SAP System Identifier
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the SQL Database.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
PrometheusHaClusterProviderInstancePropertiesResponse      
- ClusterName string
- Gets or sets the clusterName.
- Hostname string
- Gets or sets the target machine name.
- PrometheusUrl string
- URL of the Node Exporter endpoint.
- Sid string
- Gets or sets the cluster sid.
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- ClusterName string
- Gets or sets the clusterName.
- Hostname string
- Gets or sets the target machine name.
- PrometheusUrl string
- URL of the Node Exporter endpoint.
- Sid string
- Gets or sets the cluster sid.
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- clusterName String
- Gets or sets the clusterName.
- hostname String
- Gets or sets the target machine name.
- prometheusUrl String
- URL of the Node Exporter endpoint.
- sid String
- Gets or sets the cluster sid.
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
- clusterName string
- Gets or sets the clusterName.
- hostname string
- Gets or sets the target machine name.
- prometheusUrl string
- URL of the Node Exporter endpoint.
- sid string
- Gets or sets the cluster sid.
- sslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
- sslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- cluster_name str
- Gets or sets the clusterName.
- hostname str
- Gets or sets the target machine name.
- prometheus_url str
- URL of the Node Exporter endpoint.
- sid str
- Gets or sets the cluster sid.
- ssl_certificate_ struri 
- Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
- ssl_preference str
- Gets or sets certificate preference if secure communication is enabled.
- clusterName String
- Gets or sets the clusterName.
- hostname String
- Gets or sets the target machine name.
- prometheusUrl String
- URL of the Node Exporter endpoint.
- sid String
- Gets or sets the cluster sid.
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
PrometheusOSProviderInstancePropertiesResponse    
- PrometheusUrl string
- URL of the Node Exporter endpoint
- SapSid string
- Gets or sets the SAP System Identifier
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- PrometheusUrl string
- URL of the Node Exporter endpoint
- SapSid string
- Gets or sets the SAP System Identifier
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- prometheusUrl String
- URL of the Node Exporter endpoint
- sapSid String
- Gets or sets the SAP System Identifier
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
- prometheusUrl string
- URL of the Node Exporter endpoint
- sapSid string
- Gets or sets the SAP System Identifier
- sslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
- sslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- prometheus_url str
- URL of the Node Exporter endpoint
- sap_sid str
- Gets or sets the SAP System Identifier
- ssl_certificate_ struri 
- Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
- ssl_preference str
- Gets or sets certificate preference if secure communication is enabled.
- prometheusUrl String
- URL of the Node Exporter endpoint
- sapSid String
- Gets or sets the SAP System Identifier
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
ProviderInstancePropertiesResponseErrors    
- Code string
- Server-defined set of error codes.
- Details
List<Pulumi.Azure Native. Workloads. Inputs. Error Response> 
- Array of details about specific errors that led to this reported error.
- InnerError Pulumi.Azure Native. Workloads. Inputs. Error Response Inner Error 
- Object containing more specific information than the current object about the error.
- Message string
- Human-readable representation of the error.
- Target string
- Target of the error.
- Code string
- Server-defined set of error codes.
- Details
[]ErrorResponse 
- Array of details about specific errors that led to this reported error.
- InnerError ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- Message string
- Human-readable representation of the error.
- Target string
- Target of the error.
- code String
- Server-defined set of error codes.
- details
List<ErrorResponse> 
- Array of details about specific errors that led to this reported error.
- innerError ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- message String
- Human-readable representation of the error.
- target String
- Target of the error.
- code string
- Server-defined set of error codes.
- details
ErrorResponse[] 
- Array of details about specific errors that led to this reported error.
- innerError ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- message string
- Human-readable representation of the error.
- target string
- Target of the error.
- code str
- Server-defined set of error codes.
- details
Sequence[ErrorResponse] 
- Array of details about specific errors that led to this reported error.
- inner_error ErrorResponse Inner Error 
- Object containing more specific information than the current object about the error.
- message str
- Human-readable representation of the error.
- target str
- Target of the error.
- code String
- Server-defined set of error codes.
- details List<Property Map>
- Array of details about specific errors that led to this reported error.
- innerError Property Map
- Object containing more specific information than the current object about the error.
- message String
- Human-readable representation of the error.
- target String
- Target of the error.
SapNetWeaverProviderInstancePropertiesResponse      
- SapClient stringId 
- Gets or sets the SAP Client ID.
- SapHost List<string>File Entries 
- Gets or sets the list of HostFile Entries
- SapHostname string
- Gets or sets the target virtual machine IP Address/FQDN.
- SapInstance stringNr 
- Gets or sets the instance number of SAP NetWeaver.
- SapPassword string
- Sets the SAP password.
- SapPassword stringUri 
- Gets or sets the key vault URI to secret with the SAP password.
- SapPort stringNumber 
- Gets or sets the SAP HTTP port number.
- SapSid string
- Gets or sets the SAP System Identifier
- SapUsername string
- Gets or sets the SAP user name.
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the SAP system.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- SapClient stringId 
- Gets or sets the SAP Client ID.
- SapHost []stringFile Entries 
- Gets or sets the list of HostFile Entries
- SapHostname string
- Gets or sets the target virtual machine IP Address/FQDN.
- SapInstance stringNr 
- Gets or sets the instance number of SAP NetWeaver.
- SapPassword string
- Sets the SAP password.
- SapPassword stringUri 
- Gets or sets the key vault URI to secret with the SAP password.
- SapPort stringNumber 
- Gets or sets the SAP HTTP port number.
- SapSid string
- Gets or sets the SAP System Identifier
- SapUsername string
- Gets or sets the SAP user name.
- SslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the SAP system.
- SslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- sapClient StringId 
- Gets or sets the SAP Client ID.
- sapHost List<String>File Entries 
- Gets or sets the list of HostFile Entries
- sapHostname String
- Gets or sets the target virtual machine IP Address/FQDN.
- sapInstance StringNr 
- Gets or sets the instance number of SAP NetWeaver.
- sapPassword String
- Sets the SAP password.
- sapPassword StringUri 
- Gets or sets the key vault URI to secret with the SAP password.
- sapPort StringNumber 
- Gets or sets the SAP HTTP port number.
- sapSid String
- Gets or sets the SAP System Identifier
- sapUsername String
- Gets or sets the SAP user name.
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the SAP system.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
- sapClient stringId 
- Gets or sets the SAP Client ID.
- sapHost string[]File Entries 
- Gets or sets the list of HostFile Entries
- sapHostname string
- Gets or sets the target virtual machine IP Address/FQDN.
- sapInstance stringNr 
- Gets or sets the instance number of SAP NetWeaver.
- sapPassword string
- Sets the SAP password.
- sapPassword stringUri 
- Gets or sets the key vault URI to secret with the SAP password.
- sapPort stringNumber 
- Gets or sets the SAP HTTP port number.
- sapSid string
- Gets or sets the SAP System Identifier
- sapUsername string
- Gets or sets the SAP user name.
- sslCertificate stringUri 
- Gets or sets the blob URI to SSL certificate for the SAP system.
- sslPreference string
- Gets or sets certificate preference if secure communication is enabled.
- sap_client_ strid 
- Gets or sets the SAP Client ID.
- sap_host_ Sequence[str]file_ entries 
- Gets or sets the list of HostFile Entries
- sap_hostname str
- Gets or sets the target virtual machine IP Address/FQDN.
- sap_instance_ strnr 
- Gets or sets the instance number of SAP NetWeaver.
- sap_password str
- Sets the SAP password.
- sap_password_ struri 
- Gets or sets the key vault URI to secret with the SAP password.
- sap_port_ strnumber 
- Gets or sets the SAP HTTP port number.
- sap_sid str
- Gets or sets the SAP System Identifier
- sap_username str
- Gets or sets the SAP user name.
- ssl_certificate_ struri 
- Gets or sets the blob URI to SSL certificate for the SAP system.
- ssl_preference str
- Gets or sets certificate preference if secure communication is enabled.
- sapClient StringId 
- Gets or sets the SAP Client ID.
- sapHost List<String>File Entries 
- Gets or sets the list of HostFile Entries
- sapHostname String
- Gets or sets the target virtual machine IP Address/FQDN.
- sapInstance StringNr 
- Gets or sets the instance number of SAP NetWeaver.
- sapPassword String
- Sets the SAP password.
- sapPassword StringUri 
- Gets or sets the key vault URI to secret with the SAP password.
- sapPort StringNumber 
- Gets or sets the SAP HTTP port number.
- sapSid String
- Gets or sets the SAP System Identifier
- sapUsername String
- Gets or sets the SAP user name.
- sslCertificate StringUri 
- Gets or sets the blob URI to SSL certificate for the SAP system.
- sslPreference String
- Gets or sets certificate preference if secure communication is enabled.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UserAssignedIdentityResponse   
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId String
- The principal ID of the assigned identity.
- clientId string
- The client ID of the assigned identity.
- principalId string
- The principal ID of the assigned identity.
- client_id str
- The client ID of the assigned identity.
- principal_id str
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId String
- The principal ID of the assigned identity.
UserAssignedServiceIdentityResponse    
- Type string
- Type of manage identity
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Workloads. Inputs. User Assigned Identity Response> 
- User assigned identities dictionary
- Type string
- Type of manage identity
- UserAssigned map[string]UserIdentities Assigned Identity Response 
- User assigned identities dictionary
- type String
- Type of manage identity
- userAssigned Map<String,UserIdentities Assigned Identity Response> 
- User assigned identities dictionary
- type string
- Type of manage identity
- userAssigned {[key: string]: UserIdentities Assigned Identity Response} 
- User assigned identities dictionary
- type str
- Type of manage identity
- user_assigned_ Mapping[str, Useridentities Assigned Identity Response] 
- User assigned identities dictionary
- type String
- Type of manage identity
- userAssigned Map<Property Map>Identities 
- User assigned identities dictionary
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi