AvailabilityGroupListener interface
A SQL Server availability group listener.
- Extends
Properties
availability |
Name of the availability group. |
create |
Create a default availability group if it does not exist. |
load |
List of load balancer configurations for an availability group listener. |
port | Listener port. |
provisioning |
Provisioning state to track the async operation status. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
availabilityGroupName
Name of the availability group.
availabilityGroupName?: string
Property Value
string
createDefaultAvailabilityGroupIfNotExist
Create a default availability group if it does not exist.
createDefaultAvailabilityGroupIfNotExist?: boolean
Property Value
boolean
loadBalancerConfigurations
List of load balancer configurations for an availability group listener.
loadBalancerConfigurations?: LoadBalancerConfiguration[]
Property Value
port
Listener port.
port?: number
Property Value
number
provisioningState
Provisioning state to track the async operation status. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type