Class LocalUsers
java.lang.Object
com.azure.resourcemanager.storage.models.LocalUsers
List of local users requested, and if paging is required, a URL to the next page of local users.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: Request URL that can be used to query next page of local users.voidvalidate()Validates the instance.value()Get the value property: The list of local users associated with the storage account.withValue(List<LocalUserInner> value) Set the value property: The list of local users associated with the storage account.
-
Constructor Details
-
LocalUsers
public LocalUsers()Creates an instance of LocalUsers class.
-
-
Method Details
-
value
Get the value property: The list of local users associated with the storage account.- Returns:
- the value value.
-
withValue
Set the value property: The list of local users associated with the storage account.- Parameters:
value- the value value to set.- Returns:
- the LocalUsers object itself.
-
nextLink
Get the nextLink property: Request URL that can be used to query next page of local users. Returned when total number of requested local users exceeds the maximum page size.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-