AvailabilityGroupListener Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A SQL Server availability group listener.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AvailabilityGroupListener : Microsoft.Azure.Management.SqlVirtualMachine.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AvailabilityGroupListener = class
inherit ProxyResource
Public Class AvailabilityGroupListener
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
AvailabilityGroupListener() |
Initializes a new instance of the AvailabilityGroupListener class. |
AvailabilityGroupListener(String, String, String, String, String, IList<LoadBalancerConfiguration>, Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the AvailabilityGroupListener class. |
Properties
AvailabilityGroupName |
Gets or sets name of the availability group. |
CreateDefaultAvailabilityGroupIfNotExist |
Gets or sets create a default availability group if it does not exist. |
Id |
Gets resource ID. (Inherited from Resource) |
LoadBalancerConfigurations |
Gets or sets list of load balancer configurations for an availability group listener. |
Name |
Gets resource name. (Inherited from Resource) |
Port |
Gets or sets listener port. |
ProvisioningState |
Gets provisioning state to track the async operation status. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET