Interface TrafficManagerEndpoint.UpdateStages.WithSubnet

    • Method Detail

      • withSubnet

        TrafficManagerEndpoint.Update withSubnet​(String subnetStartIp,
                                                 int mask)
        Specifies the subnets for the endpoint in CIDR format (start ip, mask).
        Parameters:
        subnetStartIp - the first ip in the subnet
        mask - the subnet mask
        Returns:
        the next stage of the update
      • withSubnet

        TrafficManagerEndpoint.Update withSubnet​(String subnetStartIp,
                                                 String subnetEndIp)
        Specifies the subnets for the endpoint as an ip range.
        Parameters:
        subnetStartIp - the first ip in the subnet
        subnetEndIp - the last ip in the subnet
        Returns:
        the next stage of the update
      • withoutSubnet

        TrafficManagerEndpoint.Update withoutSubnet​(String subnetStartIp,
                                                    int scope)
        Specifies that the given subnet CIDR (start ip, mask) should be removed.
        Parameters:
        subnetStartIp - the first ip in the subnet
        scope - the subnet scope
        Returns:
        the next stage of the update
      • withoutSubnet

        TrafficManagerEndpoint.Update withoutSubnet​(String subnetStartIp,
                                                    String subnetEndIp)
        Specifies that subnet with the given range should be removed.
        Parameters:
        subnetStartIp - the first ip in the subnet
        subnetEndIp - the last ip in the subnet
        Returns:
        the next stage of the update