This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.azurearcdata.getSqlServerAvailabilityGroup
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Retrieves an Arc Sql Server availability group.
Uses Azure REST API version 2024-01-01.
Other available API versions: 2024-05-01-preview, 2025-03-01-preview.
Using getSqlServerAvailabilityGroup
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 getSqlServerAvailabilityGroup(args: GetSqlServerAvailabilityGroupArgs, opts?: InvokeOptions): Promise<GetSqlServerAvailabilityGroupResult>
function getSqlServerAvailabilityGroupOutput(args: GetSqlServerAvailabilityGroupOutputArgs, opts?: InvokeOptions): Output<GetSqlServerAvailabilityGroupResult>def get_sql_server_availability_group(availability_group_name: Optional[str] = None,
                                      resource_group_name: Optional[str] = None,
                                      sql_server_instance_name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetSqlServerAvailabilityGroupResult
def get_sql_server_availability_group_output(availability_group_name: Optional[pulumi.Input[str]] = None,
                                      resource_group_name: Optional[pulumi.Input[str]] = None,
                                      sql_server_instance_name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetSqlServerAvailabilityGroupResult]func LookupSqlServerAvailabilityGroup(ctx *Context, args *LookupSqlServerAvailabilityGroupArgs, opts ...InvokeOption) (*LookupSqlServerAvailabilityGroupResult, error)
func LookupSqlServerAvailabilityGroupOutput(ctx *Context, args *LookupSqlServerAvailabilityGroupOutputArgs, opts ...InvokeOption) LookupSqlServerAvailabilityGroupResultOutput> Note: This function is named LookupSqlServerAvailabilityGroup in the Go SDK.
public static class GetSqlServerAvailabilityGroup 
{
    public static Task<GetSqlServerAvailabilityGroupResult> InvokeAsync(GetSqlServerAvailabilityGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetSqlServerAvailabilityGroupResult> Invoke(GetSqlServerAvailabilityGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSqlServerAvailabilityGroupResult> getSqlServerAvailabilityGroup(GetSqlServerAvailabilityGroupArgs args, InvokeOptions options)
public static Output<GetSqlServerAvailabilityGroupResult> getSqlServerAvailabilityGroup(GetSqlServerAvailabilityGroupArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:azurearcdata:getSqlServerAvailabilityGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AvailabilityGroup stringName 
- Name of SQL Availability Group
- ResourceGroup stringName 
- The name of the Azure resource group
- SqlServer stringInstance Name 
- Name of SQL Server Instance
- AvailabilityGroup stringName 
- Name of SQL Availability Group
- ResourceGroup stringName 
- The name of the Azure resource group
- SqlServer stringInstance Name 
- Name of SQL Server Instance
- availabilityGroup StringName 
- Name of SQL Availability Group
- resourceGroup StringName 
- The name of the Azure resource group
- sqlServer StringInstance Name 
- Name of SQL Server Instance
- availabilityGroup stringName 
- Name of SQL Availability Group
- resourceGroup stringName 
- The name of the Azure resource group
- sqlServer stringInstance Name 
- Name of SQL Server Instance
- availability_group_ strname 
- Name of SQL Availability Group
- resource_group_ strname 
- The name of the Azure resource group
- sql_server_ strinstance_ name 
- Name of SQL Server Instance
- availabilityGroup StringName 
- Name of SQL Availability Group
- resourceGroup StringName 
- The name of the Azure resource group
- sqlServer StringInstance Name 
- Name of SQL Server Instance
getSqlServerAvailabilityGroup 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}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Pulumi.Azure Native. Azure Arc Data. Outputs. Sql Server Availability Group Resource Properties Response 
- Properties of Arc Sql Server availability group
- SystemData Pulumi.Azure Native. Azure Arc Data. 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"
- Dictionary<string, string>
- Resource tags.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
SqlServer Availability Group Resource Properties Response 
- Properties of Arc Sql Server availability group
- 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"
- map[string]string
- Resource tags.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties
SqlServer Availability Group Resource Properties Response 
- Properties of Arc Sql Server availability group
- 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"
- Map<String,String>
- Resource tags.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- properties
SqlServer Availability Group Resource Properties Response 
- Properties of Arc Sql Server availability group
- 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"
- {[key: string]: string}
- Resource tags.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- properties
SqlServer Availability Group Resource Properties Response 
- Properties of Arc Sql Server availability group
- 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"
- Mapping[str, str]
- Resource tags.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties Property Map
- Properties of Arc Sql Server availability group
- 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"
- Map<String>
- Resource tags.
Supporting Types
AvailabilityGroupConfigureResponse   
- AvailabilityMode stringDescription 
- The Availability Synchronization mode of the availability group replica.
- FailoverMode stringDescription 
- The failover mode of the availability group replica.
- PrimaryRole stringAllow Connections Description 
- Whether the availability allows all connections or only read-write connections.
- ReplicaCreate stringDate 
- Date that the replica was created.
- ReplicaModify stringDate 
- Date that the replica was modified.
- SecondaryRole stringAllow Connections Description 
- Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
- SeedingMode stringDescription 
- Describes seeding mode.
- BackupPriority int
- Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
- EndpointUrl string
- Mirroring endpoint URL of availability group replica
- ReadOnly stringRouting Url 
- Connectivity endpoint (URL) of the read only availability replica.
- ReadWrite stringRouting Url 
- Connectivity endpoint (URL) of the read write availability replica.
- SessionTimeout int
- The time-out period of availability group session replica, in seconds.
- AvailabilityMode stringDescription 
- The Availability Synchronization mode of the availability group replica.
- FailoverMode stringDescription 
- The failover mode of the availability group replica.
- PrimaryRole stringAllow Connections Description 
- Whether the availability allows all connections or only read-write connections.
- ReplicaCreate stringDate 
- Date that the replica was created.
- ReplicaModify stringDate 
- Date that the replica was modified.
- SecondaryRole stringAllow Connections Description 
- Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
- SeedingMode stringDescription 
- Describes seeding mode.
- BackupPriority int
- Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
- EndpointUrl string
- Mirroring endpoint URL of availability group replica
- ReadOnly stringRouting Url 
- Connectivity endpoint (URL) of the read only availability replica.
- ReadWrite stringRouting Url 
- Connectivity endpoint (URL) of the read write availability replica.
- SessionTimeout int
- The time-out period of availability group session replica, in seconds.
- availabilityMode StringDescription 
- The Availability Synchronization mode of the availability group replica.
- failoverMode StringDescription 
- The failover mode of the availability group replica.
- primaryRole StringAllow Connections Description 
- Whether the availability allows all connections or only read-write connections.
- replicaCreate StringDate 
- Date that the replica was created.
- replicaModify StringDate 
- Date that the replica was modified.
- secondaryRole StringAllow Connections Description 
- Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
- seedingMode StringDescription 
- Describes seeding mode.
- backupPriority Integer
- Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
- endpointUrl String
- Mirroring endpoint URL of availability group replica
- readOnly StringRouting Url 
- Connectivity endpoint (URL) of the read only availability replica.
- readWrite StringRouting Url 
- Connectivity endpoint (URL) of the read write availability replica.
- sessionTimeout Integer
- The time-out period of availability group session replica, in seconds.
- availabilityMode stringDescription 
- The Availability Synchronization mode of the availability group replica.
- failoverMode stringDescription 
- The failover mode of the availability group replica.
- primaryRole stringAllow Connections Description 
- Whether the availability allows all connections or only read-write connections.
- replicaCreate stringDate 
- Date that the replica was created.
- replicaModify stringDate 
- Date that the replica was modified.
- secondaryRole stringAllow Connections Description 
- Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
- seedingMode stringDescription 
- Describes seeding mode.
- backupPriority number
- Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
- endpointUrl string
- Mirroring endpoint URL of availability group replica
- readOnly stringRouting Url 
- Connectivity endpoint (URL) of the read only availability replica.
- readWrite stringRouting Url 
- Connectivity endpoint (URL) of the read write availability replica.
- sessionTimeout number
- The time-out period of availability group session replica, in seconds.
- availability_mode_ strdescription 
- The Availability Synchronization mode of the availability group replica.
- failover_mode_ strdescription 
- The failover mode of the availability group replica.
- primary_role_ strallow_ connections_ description 
- Whether the availability allows all connections or only read-write connections.
- replica_create_ strdate 
- Date that the replica was created.
- replica_modify_ strdate 
- Date that the replica was modified.
- secondary_role_ strallow_ connections_ description 
- Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
- seeding_mode_ strdescription 
- Describes seeding mode.
- backup_priority int
- Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
- endpoint_url str
- Mirroring endpoint URL of availability group replica
- read_only_ strrouting_ url 
- Connectivity endpoint (URL) of the read only availability replica.
- read_write_ strrouting_ url 
- Connectivity endpoint (URL) of the read write availability replica.
- session_timeout int
- The time-out period of availability group session replica, in seconds.
- availabilityMode StringDescription 
- The Availability Synchronization mode of the availability group replica.
- failoverMode StringDescription 
- The failover mode of the availability group replica.
- primaryRole StringAllow Connections Description 
- Whether the availability allows all connections or only read-write connections.
- replicaCreate StringDate 
- Date that the replica was created.
- replicaModify StringDate 
- Date that the replica was modified.
- secondaryRole StringAllow Connections Description 
- Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
- seedingMode StringDescription 
- Describes seeding mode.
- backupPriority Number
- Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
- endpointUrl String
- Mirroring endpoint URL of availability group replica
- readOnly StringRouting Url 
- Connectivity endpoint (URL) of the read only availability replica.
- readWrite StringRouting Url 
- Connectivity endpoint (URL) of the read write availability replica.
- sessionTimeout Number
- The time-out period of availability group session replica, in seconds.
AvailabilityGroupInfoResponse   
- AutomatedBackup stringPreference Description 
- Preferred location for performing backups on the availability databases in this availability group.
- ClusterType stringDescription 
- SQL Server availability group cluster type description
- PrimaryRecovery stringHealth Description 
- Indicates the recovery health of the primary replica.
- PrimaryReplica string
- Name of the server instance that is hosting the current primary replica.
- ReplicationPartner stringType 
- SecondaryRecovery stringHealth Description 
- Indicates the recovery health of a secondary replica.
- SynchronizationHealth stringDescription 
- Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
- Version int
- SQL Server availability group current version.
- BasicFeatures bool
- Specifies whether this is a basic availability group.
- DbFailover bool
- Specifies whether the availability group supports failover for database health conditions.
- DtcSupport bool
- Specifies whether DTC support has been enabled for this availability group.
- FailureCondition intLevel 
- User-defined failure condition level under which an automatic failover must be triggered.
- HealthCheck intTimeout 
- Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
- IsContained bool
- SQL Server availability group contained system databases.
- IsDistributed bool
- Specifies whether this is a distributed availability group.
- RequiredSynchronized intSecondaries To Commit 
- The number of secondary replicas that must be in a synchronized state for a commit to complete.
- AutomatedBackup stringPreference Description 
- Preferred location for performing backups on the availability databases in this availability group.
- ClusterType stringDescription 
- SQL Server availability group cluster type description
- PrimaryRecovery stringHealth Description 
- Indicates the recovery health of the primary replica.
- PrimaryReplica string
- Name of the server instance that is hosting the current primary replica.
- ReplicationPartner stringType 
- SecondaryRecovery stringHealth Description 
- Indicates the recovery health of a secondary replica.
- SynchronizationHealth stringDescription 
- Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
- Version int
- SQL Server availability group current version.
- BasicFeatures bool
- Specifies whether this is a basic availability group.
- DbFailover bool
- Specifies whether the availability group supports failover for database health conditions.
- DtcSupport bool
- Specifies whether DTC support has been enabled for this availability group.
- FailureCondition intLevel 
- User-defined failure condition level under which an automatic failover must be triggered.
- HealthCheck intTimeout 
- Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
- IsContained bool
- SQL Server availability group contained system databases.
- IsDistributed bool
- Specifies whether this is a distributed availability group.
- RequiredSynchronized intSecondaries To Commit 
- The number of secondary replicas that must be in a synchronized state for a commit to complete.
- automatedBackup StringPreference Description 
- Preferred location for performing backups on the availability databases in this availability group.
- clusterType StringDescription 
- SQL Server availability group cluster type description
- primaryRecovery StringHealth Description 
- Indicates the recovery health of the primary replica.
- primaryReplica String
- Name of the server instance that is hosting the current primary replica.
- replicationPartner StringType 
- secondaryRecovery StringHealth Description 
- Indicates the recovery health of a secondary replica.
- synchronizationHealth StringDescription 
- Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
- version Integer
- SQL Server availability group current version.
- basicFeatures Boolean
- Specifies whether this is a basic availability group.
- dbFailover Boolean
- Specifies whether the availability group supports failover for database health conditions.
- dtcSupport Boolean
- Specifies whether DTC support has been enabled for this availability group.
- failureCondition IntegerLevel 
- User-defined failure condition level under which an automatic failover must be triggered.
- healthCheck IntegerTimeout 
- Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
- isContained Boolean
- SQL Server availability group contained system databases.
- isDistributed Boolean
- Specifies whether this is a distributed availability group.
- requiredSynchronized IntegerSecondaries To Commit 
- The number of secondary replicas that must be in a synchronized state for a commit to complete.
- automatedBackup stringPreference Description 
- Preferred location for performing backups on the availability databases in this availability group.
- clusterType stringDescription 
- SQL Server availability group cluster type description
- primaryRecovery stringHealth Description 
- Indicates the recovery health of the primary replica.
- primaryReplica string
- Name of the server instance that is hosting the current primary replica.
- replicationPartner stringType 
- secondaryRecovery stringHealth Description 
- Indicates the recovery health of a secondary replica.
- synchronizationHealth stringDescription 
- Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
- version number
- SQL Server availability group current version.
- basicFeatures boolean
- Specifies whether this is a basic availability group.
- dbFailover boolean
- Specifies whether the availability group supports failover for database health conditions.
- dtcSupport boolean
- Specifies whether DTC support has been enabled for this availability group.
- failureCondition numberLevel 
- User-defined failure condition level under which an automatic failover must be triggered.
- healthCheck numberTimeout 
- Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
- isContained boolean
- SQL Server availability group contained system databases.
- isDistributed boolean
- Specifies whether this is a distributed availability group.
- requiredSynchronized numberSecondaries To Commit 
- The number of secondary replicas that must be in a synchronized state for a commit to complete.
- automated_backup_ strpreference_ description 
- Preferred location for performing backups on the availability databases in this availability group.
- cluster_type_ strdescription 
- SQL Server availability group cluster type description
- primary_recovery_ strhealth_ description 
- Indicates the recovery health of the primary replica.
- primary_replica str
- Name of the server instance that is hosting the current primary replica.
- replication_partner_ strtype 
- secondary_recovery_ strhealth_ description 
- Indicates the recovery health of a secondary replica.
- synchronization_health_ strdescription 
- Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
- version int
- SQL Server availability group current version.
- basic_features bool
- Specifies whether this is a basic availability group.
- db_failover bool
- Specifies whether the availability group supports failover for database health conditions.
- dtc_support bool
- Specifies whether DTC support has been enabled for this availability group.
- failure_condition_ intlevel 
- User-defined failure condition level under which an automatic failover must be triggered.
- health_check_ inttimeout 
- Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
- is_contained bool
- SQL Server availability group contained system databases.
- is_distributed bool
- Specifies whether this is a distributed availability group.
- required_synchronized_ intsecondaries_ to_ commit 
- The number of secondary replicas that must be in a synchronized state for a commit to complete.
- automatedBackup StringPreference Description 
- Preferred location for performing backups on the availability databases in this availability group.
- clusterType StringDescription 
- SQL Server availability group cluster type description
- primaryRecovery StringHealth Description 
- Indicates the recovery health of the primary replica.
- primaryReplica String
- Name of the server instance that is hosting the current primary replica.
- replicationPartner StringType 
- secondaryRecovery StringHealth Description 
- Indicates the recovery health of a secondary replica.
- synchronizationHealth StringDescription 
- Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
- version Number
- SQL Server availability group current version.
- basicFeatures Boolean
- Specifies whether this is a basic availability group.
- dbFailover Boolean
- Specifies whether the availability group supports failover for database health conditions.
- dtcSupport Boolean
- Specifies whether DTC support has been enabled for this availability group.
- failureCondition NumberLevel 
- User-defined failure condition level under which an automatic failover must be triggered.
- healthCheck NumberTimeout 
- Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
- isContained Boolean
- SQL Server availability group contained system databases.
- isDistributed Boolean
- Specifies whether this is a distributed availability group.
- requiredSynchronized NumberSecondaries To Commit 
- The number of secondary replicas that must be in a synchronized state for a commit to complete.
AvailabilityGroupStateResponse   
- AvailabilityGroup stringReplica Role 
- Current Always On availability groups role of the availability group replica.
- ConnectedState stringDescription 
- Whether a secondary replica is currently connected to the primary replica.
- LastConnect stringError Description 
- Text description of the last connection error of the availability group replica.
- LastConnect stringError Timestamp 
- Date and time timestamp indicating when the last connect error occurred.
- OperationalState stringDescription 
- Current operational state of the availability group replica
- RecoveryHealth stringDescription 
- Recovery health of the availability group replica.
- SynchronizationHealth stringDescription 
- Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
- AvailabilityGroup stringReplica Role 
- Current Always On availability groups role of the availability group replica.
- ConnectedState stringDescription 
- Whether a secondary replica is currently connected to the primary replica.
- LastConnect stringError Description 
- Text description of the last connection error of the availability group replica.
- LastConnect stringError Timestamp 
- Date and time timestamp indicating when the last connect error occurred.
- OperationalState stringDescription 
- Current operational state of the availability group replica
- RecoveryHealth stringDescription 
- Recovery health of the availability group replica.
- SynchronizationHealth stringDescription 
- Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
- availabilityGroup StringReplica Role 
- Current Always On availability groups role of the availability group replica.
- connectedState StringDescription 
- Whether a secondary replica is currently connected to the primary replica.
- lastConnect StringError Description 
- Text description of the last connection error of the availability group replica.
- lastConnect StringError Timestamp 
- Date and time timestamp indicating when the last connect error occurred.
- operationalState StringDescription 
- Current operational state of the availability group replica
- recoveryHealth StringDescription 
- Recovery health of the availability group replica.
- synchronizationHealth StringDescription 
- Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
- availabilityGroup stringReplica Role 
- Current Always On availability groups role of the availability group replica.
- connectedState stringDescription 
- Whether a secondary replica is currently connected to the primary replica.
- lastConnect stringError Description 
- Text description of the last connection error of the availability group replica.
- lastConnect stringError Timestamp 
- Date and time timestamp indicating when the last connect error occurred.
- operationalState stringDescription 
- Current operational state of the availability group replica
- recoveryHealth stringDescription 
- Recovery health of the availability group replica.
- synchronizationHealth stringDescription 
- Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
- availability_group_ strreplica_ role 
- Current Always On availability groups role of the availability group replica.
- connected_state_ strdescription 
- Whether a secondary replica is currently connected to the primary replica.
- last_connect_ strerror_ description 
- Text description of the last connection error of the availability group replica.
- last_connect_ strerror_ timestamp 
- Date and time timestamp indicating when the last connect error occurred.
- operational_state_ strdescription 
- Current operational state of the availability group replica
- recovery_health_ strdescription 
- Recovery health of the availability group replica.
- synchronization_health_ strdescription 
- Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
- availabilityGroup StringReplica Role 
- Current Always On availability groups role of the availability group replica.
- connectedState StringDescription 
- Whether a secondary replica is currently connected to the primary replica.
- lastConnect StringError Description 
- Text description of the last connection error of the availability group replica.
- lastConnect StringError Timestamp 
- Date and time timestamp indicating when the last connect error occurred.
- operationalState StringDescription 
- Current operational state of the availability group replica
- recoveryHealth StringDescription 
- Recovery health of the availability group replica.
- synchronizationHealth StringDescription 
- Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse       
- DatabaseState stringDescription 
- Description of the database state of the availability replica.
- IsCommit boolParticipant 
- Whether this replica is transaction committer.
- IsLocal bool
- Whether the availability database is local.
- IsPrimary boolReplica 
- Returns 1 if the replica is primary, or 0 if it is a secondary replica.
- IsSuspended bool
- Whether this data movement is suspended.
- ReplicaName string
- the database replica name.
- SuspendReason stringDescription 
- Description of the database suspended state reason.
- SynchronizationHealth stringDescription 
- Description of the health of database.
- SynchronizationState stringDescription 
- Description of the data-movement state.
- DatabaseName string
- the database name.
- DatabaseState stringDescription 
- Description of the database state of the availability replica.
- IsCommit boolParticipant 
- Whether this replica is transaction committer.
- IsLocal bool
- Whether the availability database is local.
- IsPrimary boolReplica 
- Returns 1 if the replica is primary, or 0 if it is a secondary replica.
- IsSuspended bool
- Whether this data movement is suspended.
- ReplicaName string
- the database replica name.
- SuspendReason stringDescription 
- Description of the database suspended state reason.
- SynchronizationHealth stringDescription 
- Description of the health of database.
- SynchronizationState stringDescription 
- Description of the data-movement state.
- DatabaseName string
- the database name.
- databaseState StringDescription 
- Description of the database state of the availability replica.
- isCommit BooleanParticipant 
- Whether this replica is transaction committer.
- isLocal Boolean
- Whether the availability database is local.
- isPrimary BooleanReplica 
- Returns 1 if the replica is primary, or 0 if it is a secondary replica.
- isSuspended Boolean
- Whether this data movement is suspended.
- replicaName String
- the database replica name.
- suspendReason StringDescription 
- Description of the database suspended state reason.
- synchronizationHealth StringDescription 
- Description of the health of database.
- synchronizationState StringDescription 
- Description of the data-movement state.
- databaseName String
- the database name.
- databaseState stringDescription 
- Description of the database state of the availability replica.
- isCommit booleanParticipant 
- Whether this replica is transaction committer.
- isLocal boolean
- Whether the availability database is local.
- isPrimary booleanReplica 
- Returns 1 if the replica is primary, or 0 if it is a secondary replica.
- isSuspended boolean
- Whether this data movement is suspended.
- replicaName string
- the database replica name.
- suspendReason stringDescription 
- Description of the database suspended state reason.
- synchronizationHealth stringDescription 
- Description of the health of database.
- synchronizationState stringDescription 
- Description of the data-movement state.
- databaseName string
- the database name.
- database_state_ strdescription 
- Description of the database state of the availability replica.
- is_commit_ boolparticipant 
- Whether this replica is transaction committer.
- is_local bool
- Whether the availability database is local.
- is_primary_ boolreplica 
- Returns 1 if the replica is primary, or 0 if it is a secondary replica.
- is_suspended bool
- Whether this data movement is suspended.
- replica_name str
- the database replica name.
- suspend_reason_ strdescription 
- Description of the database suspended state reason.
- synchronization_health_ strdescription 
- Description of the health of database.
- synchronization_state_ strdescription 
- Description of the data-movement state.
- database_name str
- the database name.
- databaseState StringDescription 
- Description of the database state of the availability replica.
- isCommit BooleanParticipant 
- Whether this replica is transaction committer.
- isLocal Boolean
- Whether the availability database is local.
- isPrimary BooleanReplica 
- Returns 1 if the replica is primary, or 0 if it is a secondary replica.
- isSuspended Boolean
- Whether this data movement is suspended.
- replicaName String
- the database replica name.
- suspendReason StringDescription 
- Description of the database suspended state reason.
- synchronizationHealth StringDescription 
- Description of the health of database.
- synchronizationState StringDescription 
- Description of the data-movement state.
- databaseName String
- the database name.
SqlAvailabilityGroupReplicaResourcePropertiesResponse      
- ReplicaId string
- ID GUID of the availability group.
- Configure
Pulumi.Azure Native. Azure Arc Data. Inputs. Availability Group Configure Response 
- null
- ReplicaName string
- the replica name.
- State
Pulumi.Azure Native. Azure Arc Data. Inputs. Availability Group State Response 
- null
- ReplicaId string
- ID GUID of the availability group.
- Configure
AvailabilityGroup Configure Response 
- null
- ReplicaName string
- the replica name.
- State
AvailabilityGroup State Response 
- null
- replicaId String
- ID GUID of the availability group.
- configure
AvailabilityGroup Configure Response 
- null
- replicaName String
- the replica name.
- state
AvailabilityGroup State Response 
- null
- replicaId string
- ID GUID of the availability group.
- configure
AvailabilityGroup Configure Response 
- null
- replicaName string
- the replica name.
- state
AvailabilityGroup State Response 
- null
- replica_id str
- ID GUID of the availability group.
- configure
AvailabilityGroup Configure Response 
- null
- replica_name str
- the replica name.
- state
AvailabilityGroup State Response 
- null
- replicaId String
- ID GUID of the availability group.
- configure Property Map
- null
- replicaName String
- the replica name.
- state Property Map
- null
SqlServerAvailabilityGroupResourcePropertiesResponse      
- AvailabilityGroup stringId 
- ID GUID of the availability group.
- CollectionTimestamp string
- Timestamp for when the data was collected from the client machine.
- InstanceName string
- the SQL Server Instance name.
- ProvisioningState string
- The provisioning state of the Arc-enabled SQL Server availability group resource.
- ServerName string
- the SQL server name.
- Databases
Pulumi.Azure Native. Azure Arc Data. Inputs. Sql Server Availability Group Resource Properties Response Databases 
- A list of Availability Group Database Replicas.
- Info
Pulumi.Azure Native. Azure Arc Data. Inputs. Availability Group Info Response 
- Availability Group Info
- Replicas
Pulumi.Azure Native. Azure Arc Data. Inputs. Sql Server Availability Group Resource Properties Response Replicas 
- A list of Availability Group Replicas.
- AvailabilityGroup stringId 
- ID GUID of the availability group.
- CollectionTimestamp string
- Timestamp for when the data was collected from the client machine.
- InstanceName string
- the SQL Server Instance name.
- ProvisioningState string
- The provisioning state of the Arc-enabled SQL Server availability group resource.
- ServerName string
- the SQL server name.
- Databases
SqlServer Availability Group Resource Properties Response Databases 
- A list of Availability Group Database Replicas.
- Info
AvailabilityGroup Info Response 
- Availability Group Info
- Replicas
SqlServer Availability Group Resource Properties Response Replicas 
- A list of Availability Group Replicas.
- availabilityGroup StringId 
- ID GUID of the availability group.
- collectionTimestamp String
- Timestamp for when the data was collected from the client machine.
- instanceName String
- the SQL Server Instance name.
- provisioningState String
- The provisioning state of the Arc-enabled SQL Server availability group resource.
- serverName String
- the SQL server name.
- databases
SqlServer Availability Group Resource Properties Response Databases 
- A list of Availability Group Database Replicas.
- info
AvailabilityGroup Info Response 
- Availability Group Info
- replicas
SqlServer Availability Group Resource Properties Response Replicas 
- A list of Availability Group Replicas.
- availabilityGroup stringId 
- ID GUID of the availability group.
- collectionTimestamp string
- Timestamp for when the data was collected from the client machine.
- instanceName string
- the SQL Server Instance name.
- provisioningState string
- The provisioning state of the Arc-enabled SQL Server availability group resource.
- serverName string
- the SQL server name.
- databases
SqlServer Availability Group Resource Properties Response Databases 
- A list of Availability Group Database Replicas.
- info
AvailabilityGroup Info Response 
- Availability Group Info
- replicas
SqlServer Availability Group Resource Properties Response Replicas 
- A list of Availability Group Replicas.
- availability_group_ strid 
- ID GUID of the availability group.
- collection_timestamp str
- Timestamp for when the data was collected from the client machine.
- instance_name str
- the SQL Server Instance name.
- provisioning_state str
- The provisioning state of the Arc-enabled SQL Server availability group resource.
- server_name str
- the SQL server name.
- databases
SqlServer Availability Group Resource Properties Response Databases 
- A list of Availability Group Database Replicas.
- info
AvailabilityGroup Info Response 
- Availability Group Info
- replicas
SqlServer Availability Group Resource Properties Response Replicas 
- A list of Availability Group Replicas.
- availabilityGroup StringId 
- ID GUID of the availability group.
- collectionTimestamp String
- Timestamp for when the data was collected from the client machine.
- instanceName String
- the SQL Server Instance name.
- provisioningState String
- The provisioning state of the Arc-enabled SQL Server availability group resource.
- serverName String
- the SQL server name.
- databases Property Map
- A list of Availability Group Database Replicas.
- info Property Map
- Availability Group Info
- replicas Property Map
- A list of Availability Group Replicas.
SqlServerAvailabilityGroupResourcePropertiesResponseDatabases       
- NextLink string
- Link to retrieve next page of results.
- Value
List<Pulumi.Azure Native. Azure Arc Data. Inputs. Sql Availability Group Database Replica Resource Properties Response> 
- Array of Availability Group Database Replicas.
- NextLink string
- Link to retrieve next page of results.
- Value
[]SqlAvailability Group Database Replica Resource Properties Response 
- Array of Availability Group Database Replicas.
- nextLink String
- Link to retrieve next page of results.
- value
List<SqlAvailability Group Database Replica Resource Properties Response> 
- Array of Availability Group Database Replicas.
- nextLink string
- Link to retrieve next page of results.
- value
SqlAvailability Group Database Replica Resource Properties Response[] 
- Array of Availability Group Database Replicas.
- next_link str
- Link to retrieve next page of results.
- value
Sequence[SqlAvailability Group Database Replica Resource Properties Response] 
- Array of Availability Group Database Replicas.
- nextLink String
- Link to retrieve next page of results.
- value List<Property Map>
- Array of Availability Group Database Replicas.
SqlServerAvailabilityGroupResourcePropertiesResponseReplicas       
- NextLink string
- Link to retrieve next page of results.
- Value
List<Pulumi.Azure Native. Azure Arc Data. Inputs. Sql Availability Group Replica Resource Properties Response> 
- Array of Availability Group Replicas.
- NextLink string
- Link to retrieve next page of results.
- Value
[]SqlAvailability Group Replica Resource Properties Response 
- Array of Availability Group Replicas.
- nextLink String
- Link to retrieve next page of results.
- value
List<SqlAvailability Group Replica Resource Properties Response> 
- Array of Availability Group Replicas.
- nextLink string
- Link to retrieve next page of results.
- value
SqlAvailability Group Replica Resource Properties Response[] 
- Array of Availability Group Replicas.
- next_link str
- Link to retrieve next page of results.
- value
Sequence[SqlAvailability Group Replica Resource Properties Response] 
- Array of Availability Group Replicas.
- nextLink String
- Link to retrieve next page of results.
- value List<Property Map>
- Array of Availability Group Replicas.
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.
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 v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi