1. Packages
  2. Azure Native v2
  3. API Docs
  4. workloads
  5. getProviderInstance
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.workloads.getProviderInstance

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 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>
Copy
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]
Copy
func LookupProviderInstance(ctx *Context, args *LookupProviderInstanceArgs, opts ...InvokeOption) (*LookupProviderInstanceResult, error)
func LookupProviderInstanceOutput(ctx *Context, args *LookupProviderInstanceOutputArgs, opts ...InvokeOption) LookupProviderInstanceResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetProviderInstanceResult> getProviderInstance(GetProviderInstanceArgs args, InvokeOptions options)
public static Output<GetProviderInstanceResult> getProviderInstance(GetProviderInstanceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:workloads:getProviderInstance
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

MonitorName
This property is required.
Changes to this property will trigger replacement.
string
Name of the SAP monitor resource.
ProviderInstanceName
This property is required.
Changes to this property will trigger replacement.
string
Name of the provider instance.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
MonitorName
This property is required.
Changes to this property will trigger replacement.
string
Name of the SAP monitor resource.
ProviderInstanceName
This property is required.
Changes to this property will trigger replacement.
string
Name of the provider instance.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
monitorName
This property is required.
Changes to this property will trigger replacement.
String
Name of the SAP monitor resource.
providerInstanceName
This property is required.
Changes to this property will trigger replacement.
String
Name of the provider instance.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
monitorName
This property is required.
Changes to this property will trigger replacement.
string
Name of the SAP monitor resource.
providerInstanceName
This property is required.
Changes to this property will trigger replacement.
string
Name of the provider instance.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
monitor_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the SAP monitor resource.
provider_instance_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the provider instance.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
monitorName
This property is required.
Changes to this property will trigger replacement.
String
Name of the SAP monitor resource.
providerInstanceName
This property is required.
Changes to this property will trigger replacement.
String
Name of the provider instance.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getProviderInstance Result

The following output properties are available:

Errors Pulumi.AzureNative.Workloads.Outputs.ProviderInstancePropertiesResponseErrors
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.AzureNative.Workloads.Outputs.SystemDataResponse
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.AzureNative.Workloads.Outputs.UserAssignedServiceIdentityResponse
[currently not in use] Managed service identity(user assigned identities)
ProviderSettings Pulumi.AzureNative.Workloads.Outputs.DB2ProviderInstancePropertiesResponse | Pulumi.AzureNative.Workloads.Outputs.HanaDbProviderInstancePropertiesResponse | Pulumi.AzureNative.Workloads.Outputs.MsSqlServerProviderInstancePropertiesResponse | Pulumi.AzureNative.Workloads.Outputs.PrometheusHaClusterProviderInstancePropertiesResponse | Pulumi.AzureNative.Workloads.Outputs.PrometheusOSProviderInstancePropertiesResponse | Pulumi.AzureNative.Workloads.Outputs.SapNetWeaverProviderInstancePropertiesResponse
Defines the provider specific properties.
Errors ProviderInstancePropertiesResponseErrors
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 SystemDataResponse
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 UserAssignedServiceIdentityResponse
[currently not in use] Managed service identity(user assigned identities)
ProviderSettings DB2ProviderInstancePropertiesResponse | HanaDbProviderInstancePropertiesResponse | MsSqlServerProviderInstancePropertiesResponse | PrometheusHaClusterProviderInstancePropertiesResponse | PrometheusOSProviderInstancePropertiesResponse | SapNetWeaverProviderInstancePropertiesResponse
Defines the provider specific properties.
errors ProviderInstancePropertiesResponseErrors
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 SystemDataResponse
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 UserAssignedServiceIdentityResponse
[currently not in use] Managed service identity(user assigned identities)
providerSettings DB2ProviderInstancePropertiesResponse | HanaDbProviderInstancePropertiesResponse | MsSqlServerProviderInstancePropertiesResponse | PrometheusHaClusterProviderInstancePropertiesResponse | PrometheusOSProviderInstancePropertiesResponse | SapNetWeaverProviderInstancePropertiesResponse
Defines the provider specific properties.
errors ProviderInstancePropertiesResponseErrors
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 SystemDataResponse
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 UserAssignedServiceIdentityResponse
[currently not in use] Managed service identity(user assigned identities)
providerSettings DB2ProviderInstancePropertiesResponse | HanaDbProviderInstancePropertiesResponse | MsSqlServerProviderInstancePropertiesResponse | PrometheusHaClusterProviderInstancePropertiesResponse | PrometheusOSProviderInstancePropertiesResponse | SapNetWeaverProviderInstancePropertiesResponse
Defines the provider specific properties.
errors ProviderInstancePropertiesResponseErrors
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 SystemDataResponse
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 UserAssignedServiceIdentityResponse
[currently not in use] Managed service identity(user assigned identities)
provider_settings DB2ProviderInstancePropertiesResponse | HanaDbProviderInstancePropertiesResponse | MsSqlServerProviderInstancePropertiesResponse | PrometheusHaClusterProviderInstancePropertiesResponse | PrometheusOSProviderInstancePropertiesResponse | SapNetWeaverProviderInstancePropertiesResponse
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.
DbPasswordUri string
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
SslCertificateUri string
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.
DbPasswordUri string
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
SslCertificateUri string
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.
dbPasswordUri String
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
sslCertificateUri String
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.
dbPasswordUri string
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
sslCertificateUri string
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_uri str
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_uri str
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.
dbPasswordUri String
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
sslCertificateUri String
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 This property is required. string
Server-defined set of error codes.
Details This property is required. List<Pulumi.AzureNative.Workloads.Inputs.ErrorResponse>
Array of details about specific errors that led to this reported error.
InnerError This property is required. Pulumi.AzureNative.Workloads.Inputs.ErrorResponseInnerError
Object containing more specific information than the current object about the error.
Message This property is required. string
Human-readable representation of the error.
Target This property is required. string
Target of the error.
Code This property is required. string
Server-defined set of error codes.
Details This property is required. []ErrorResponse
Array of details about specific errors that led to this reported error.
InnerError This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
Message This property is required. string
Human-readable representation of the error.
Target This property is required. string
Target of the error.
code This property is required. String
Server-defined set of error codes.
details This property is required. List<ErrorResponse>
Array of details about specific errors that led to this reported error.
innerError This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
message This property is required. String
Human-readable representation of the error.
target This property is required. String
Target of the error.
code This property is required. string
Server-defined set of error codes.
details This property is required. ErrorResponse[]
Array of details about specific errors that led to this reported error.
innerError This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
message This property is required. string
Human-readable representation of the error.
target This property is required. string
Target of the error.
code This property is required. str
Server-defined set of error codes.
details This property is required. Sequence[ErrorResponse]
Array of details about specific errors that led to this reported error.
inner_error This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
message This property is required. str
Human-readable representation of the error.
target This property is required. str
Target of the error.
code This property is required. String
Server-defined set of error codes.
details This property is required. List<Property Map>
Array of details about specific errors that led to this reported error.
innerError This property is required. Property Map
Object containing more specific information than the current object about the error.
message This property is required. String
Human-readable representation of the error.
target This property is required. String
Target of the error.

ErrorResponseInnerError

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.
DbPasswordUri string
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.
SslCertificateUri string
Gets or sets the blob URI to SSL certificate for the DB.
SslHostNameInCertificate string
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.
DbPasswordUri string
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.
SslCertificateUri string
Gets or sets the blob URI to SSL certificate for the DB.
SslHostNameInCertificate string
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.
dbPasswordUri String
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.
sslCertificateUri String
Gets or sets the blob URI to SSL certificate for the DB.
sslHostNameInCertificate String
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.
dbPasswordUri string
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.
sslCertificateUri string
Gets or sets the blob URI to SSL certificate for the DB.
sslHostNameInCertificate string
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_uri str
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_uri str
Gets or sets the blob URI to SSL certificate for the DB.
ssl_host_name_in_certificate str
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.
dbPasswordUri String
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.
sslCertificateUri String
Gets or sets the blob URI to SSL certificate for the DB.
sslHostNameInCertificate String
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.
DbPasswordUri string
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
SslCertificateUri string
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.
DbPasswordUri string
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
SslCertificateUri string
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.
dbPasswordUri String
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
sslCertificateUri String
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.
dbPasswordUri string
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
sslCertificateUri string
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_uri str
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_uri str
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.
dbPasswordUri String
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
sslCertificateUri String
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.
SslCertificateUri string
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.
SslCertificateUri string
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.
sslCertificateUri String
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.
sslCertificateUri string
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_uri str
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.
sslCertificateUri String
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
SslCertificateUri string
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
SslCertificateUri string
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
sslCertificateUri String
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
sslCertificateUri string
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_uri str
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
sslCertificateUri String
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 This property is required. string
Server-defined set of error codes.
Details This property is required. List<Pulumi.AzureNative.Workloads.Inputs.ErrorResponse>
Array of details about specific errors that led to this reported error.
InnerError This property is required. Pulumi.AzureNative.Workloads.Inputs.ErrorResponseInnerError
Object containing more specific information than the current object about the error.
Message This property is required. string
Human-readable representation of the error.
Target This property is required. string
Target of the error.
Code This property is required. string
Server-defined set of error codes.
Details This property is required. []ErrorResponse
Array of details about specific errors that led to this reported error.
InnerError This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
Message This property is required. string
Human-readable representation of the error.
Target This property is required. string
Target of the error.
code This property is required. String
Server-defined set of error codes.
details This property is required. List<ErrorResponse>
Array of details about specific errors that led to this reported error.
innerError This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
message This property is required. String
Human-readable representation of the error.
target This property is required. String
Target of the error.
code This property is required. string
Server-defined set of error codes.
details This property is required. ErrorResponse[]
Array of details about specific errors that led to this reported error.
innerError This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
message This property is required. string
Human-readable representation of the error.
target This property is required. string
Target of the error.
code This property is required. str
Server-defined set of error codes.
details This property is required. Sequence[ErrorResponse]
Array of details about specific errors that led to this reported error.
inner_error This property is required. ErrorResponseInnerError
Object containing more specific information than the current object about the error.
message This property is required. str
Human-readable representation of the error.
target This property is required. str
Target of the error.
code This property is required. String
Server-defined set of error codes.
details This property is required. List<Property Map>
Array of details about specific errors that led to this reported error.
innerError This property is required. Property Map
Object containing more specific information than the current object about the error.
message This property is required. String
Human-readable representation of the error.
target This property is required. String
Target of the error.

SapNetWeaverProviderInstancePropertiesResponse

SapClientId string
Gets or sets the SAP Client ID.
SapHostFileEntries List<string>
Gets or sets the list of HostFile Entries
SapHostname string
Gets or sets the target virtual machine IP Address/FQDN.
SapInstanceNr string
Gets or sets the instance number of SAP NetWeaver.
SapPassword string
Sets the SAP password.
SapPasswordUri string
Gets or sets the key vault URI to secret with the SAP password.
SapPortNumber string
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.
SslCertificateUri string
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.
SapClientId string
Gets or sets the SAP Client ID.
SapHostFileEntries []string
Gets or sets the list of HostFile Entries
SapHostname string
Gets or sets the target virtual machine IP Address/FQDN.
SapInstanceNr string
Gets or sets the instance number of SAP NetWeaver.
SapPassword string
Sets the SAP password.
SapPasswordUri string
Gets or sets the key vault URI to secret with the SAP password.
SapPortNumber string
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.
SslCertificateUri string
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.
sapClientId String
Gets or sets the SAP Client ID.
sapHostFileEntries List<String>
Gets or sets the list of HostFile Entries
sapHostname String
Gets or sets the target virtual machine IP Address/FQDN.
sapInstanceNr String
Gets or sets the instance number of SAP NetWeaver.
sapPassword String
Sets the SAP password.
sapPasswordUri String
Gets or sets the key vault URI to secret with the SAP password.
sapPortNumber String
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.
sslCertificateUri String
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.
sapClientId string
Gets or sets the SAP Client ID.
sapHostFileEntries string[]
Gets or sets the list of HostFile Entries
sapHostname string
Gets or sets the target virtual machine IP Address/FQDN.
sapInstanceNr string
Gets or sets the instance number of SAP NetWeaver.
sapPassword string
Sets the SAP password.
sapPasswordUri string
Gets or sets the key vault URI to secret with the SAP password.
sapPortNumber string
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.
sslCertificateUri string
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_id str
Gets or sets the SAP Client ID.
sap_host_file_entries Sequence[str]
Gets or sets the list of HostFile Entries
sap_hostname str
Gets or sets the target virtual machine IP Address/FQDN.
sap_instance_nr str
Gets or sets the instance number of SAP NetWeaver.
sap_password str
Sets the SAP password.
sap_password_uri str
Gets or sets the key vault URI to secret with the SAP password.
sap_port_number str
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_uri str
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.
sapClientId String
Gets or sets the SAP Client ID.
sapHostFileEntries List<String>
Gets or sets the list of HostFile Entries
sapHostname String
Gets or sets the target virtual machine IP Address/FQDN.
sapInstanceNr String
Gets or sets the instance number of SAP NetWeaver.
sapPassword String
Sets the SAP password.
sapPasswordUri String
Gets or sets the key vault URI to secret with the SAP password.
sapPortNumber String
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.
sslCertificateUri String
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.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
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.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

UserAssignedIdentityResponse

ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.
clientId This property is required. string
The client ID of the assigned identity.
principalId This property is required. string
The principal ID of the assigned identity.
client_id This property is required. str
The client ID of the assigned identity.
principal_id This property is required. str
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.

UserAssignedServiceIdentityResponse

Type This property is required. string
Type of manage identity
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.Workloads.Inputs.UserAssignedIdentityResponse>
User assigned identities dictionary
Type This property is required. string
Type of manage identity
UserAssignedIdentities map[string]UserAssignedIdentityResponse
User assigned identities dictionary
type This property is required. String
Type of manage identity
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
User assigned identities dictionary
type This property is required. string
Type of manage identity
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
User assigned identities dictionary
type This property is required. str
Type of manage identity
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
User assigned identities dictionary
type This property is required. String
Type of manage identity
userAssignedIdentities Map<Property Map>
User assigned identities dictionary

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi