Class LocalUsers
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.LocalUsers
-
public final class LocalUsers extends Object
List storage account local users.
-
-
Constructor Summary
Constructors Constructor Description LocalUsers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<LocalUserInner>value()Get the value property: The local users associated with the storage account.LocalUserswithValue(List<LocalUserInner> value)Set the value property: The local users associated with the storage account.
-
-
-
Method Detail
-
value
public List<LocalUserInner> value()
Get the value property: The local users associated with the storage account.- Returns:
- the value value.
-
withValue
public LocalUsers withValue(List<LocalUserInner> value)
Set the value property: The local users associated with the storage account.- Parameters:
value- the value value to set.- Returns:
- the LocalUsers object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-