Class VirtualMachineScaleSetExtensionListResult


  • public final class VirtualMachineScaleSetExtensionListResult
    extends Object
    The List VM scale set extension operation response.
    • Constructor Detail

      • VirtualMachineScaleSetExtensionListResult

        public VirtualMachineScaleSetExtensionListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions.
        Returns:
        the nextLink value.
      • withNextLink

        public VirtualMachineScaleSetExtensionListResult withNextLink​(String nextLink)
        Set the nextLink property: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the VirtualMachineScaleSetExtensionListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.