Interface AvailabilityGroupListener


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

      • 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.
      • 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.
      • innerModel

        AvailabilityGroupListenerInner innerModel()
        Gets the inner com.azure.resourcemanager.sqlvirtualmachine.fluent.models.AvailabilityGroupListenerInner object.
        Returns:
        the inner object.
      • 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.