通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LocalUsers Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.LocalUsers

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 LocalUsers class.

Method Summary

Modifier and Type Method and Description
static LocalUsers fromJson(JsonReader jsonReader)

Reads an instance of LocalUsers from the JsonReader.

String nextLink()

Get the nextLink property: Request URL that can be used to query next page of local users.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<LocalUserInner> value()

Get the value property: The list of local users associated with the storage account.

LocalUsers 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:

jsonReader - The JsonReader being read.

Returns:

An instance of LocalUsers if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the LocalUsers.

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:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

the value value.

withValue

public LocalUsers withValue(List<LocalUserInner> value)

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.

Applies to