LocalUsers Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. LocalUsers
- com.
Implements
public final class LocalUsers
implements JsonSerializable<LocalUsers>
List of local users requested, and if paging is required, a URL to the next page of local users.
Constructor Summary
| Constructor | Description |
|---|---|
| LocalUsers() |
Creates an instance of Local |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Local |
fromJson(JsonReader jsonReader)
Reads an instance of Local |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Local |
value()
Get the value property: The list of local users associated with the storage account. |
|
Local |
withValue(List<LocalUserInner> value)
Set the value property: The list of local users associated with the storage account. |
Methods inherited from java.lang.Object
Constructor Details
LocalUsers
public LocalUsers()
Creates an instance of LocalUsers class.
Method Details
fromJson
public static LocalUsers fromJson(JsonReader jsonReader)
Reads an instance of LocalUsers from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String 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:
toJson
validate
public void validate()
Validates the instance.
value
public List<LocalUserInner> value()
Get the value property: The list of local users associated with the storage account.
Returns:
withValue
public LocalUsers withValue(List<LocalUserInner> value)
Set the value property: The list of local users associated with the storage account.
Parameters:
Returns: