Class UserAssignedIdentitiesListResult


  • public final class UserAssignedIdentitiesListResult
    extends Object
    Values returned by the List operation.
    • Constructor Detail

      • UserAssignedIdentitiesListResult

        public UserAssignedIdentitiesListResult()
    • Method Detail

      • value

        public List<IdentityInner> value()
        Get the value property: The collection of userAssignedIdentities returned by the listing operation.
        Returns:
        the value value.
      • withValue

        public UserAssignedIdentitiesListResult withValue​(List<IdentityInner> value)
        Set the value property: The collection of userAssignedIdentities returned by the listing operation.
        Parameters:
        value - the value value to set.
        Returns:
        the UserAssignedIdentitiesListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The url to get the next page of results, if any.
        Returns:
        the nextLink value.
      • withNextLink

        public UserAssignedIdentitiesListResult withNextLink​(String nextLink)
        Set the nextLink property: The url to get the next page of results, if any.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the UserAssignedIdentitiesListResult object itself.
      • validate

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