Interface AvailabilityGroupListener


public interface AvailabilityGroupListener
An immutable client-side representation of AvailabilityGroupListener.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: Provisioning state to track the async operation status.
      Returns:
      the provisioningState value.
    • availabilityGroupName

      String availabilityGroupName()
      Gets the availabilityGroupName property: Name of the availability group.
      Returns:
      the availabilityGroupName value.
    • loadBalancerConfigurations

      List<LoadBalancerConfiguration> loadBalancerConfigurations()
      Gets the loadBalancerConfigurations property: List of load balancer configurations for an availability group listener.
      Returns:
      the loadBalancerConfigurations value.
    • multiSubnetIpConfigurations

      List<MultiSubnetIpConfiguration> multiSubnetIpConfigurations()
      Gets the multiSubnetIpConfigurations property: List of multi subnet IP configurations for an AG listener.
      Returns:
      the multiSubnetIpConfigurations value.
    • createDefaultAvailabilityGroupIfNotExist

      Boolean createDefaultAvailabilityGroupIfNotExist()
      Gets the createDefaultAvailabilityGroupIfNotExist property: Create a default availability group if it does not exist.
      Returns:
      the createDefaultAvailabilityGroupIfNotExist value.
    • port

      Integer port()
      Gets the port property: Listener port.
      Returns:
      the port value.
    • availabilityGroupConfiguration

      AgConfiguration availabilityGroupConfiguration()
      Gets the availabilityGroupConfiguration property: Availability Group configuration.
      Returns:
      the availabilityGroupConfiguration value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.sqlvirtualmachine.fluent.models.AvailabilityGroupListenerInner object.
      Returns:
      the inner object.
    • update

      Begins update for the AvailabilityGroupListener resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      AvailabilityGroupListener refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.