Class RunCommandListResult


  • public final class RunCommandListResult
    extends Object
    The List Virtual Machine operation response.
    • Constructor Detail

      • RunCommandListResult

        public RunCommandListResult()
    • Method Detail

      • withValue

        public RunCommandListResult withValue​(List<RunCommandDocumentBaseInner> value)
        Set the value property: The list of virtual machine run commands.
        Parameters:
        value - the value value to set.
        Returns:
        the RunCommandListResult object itself.
      • nextLink

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

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

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