Class FileServiceItemsInner
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner
-
public final class FileServiceItemsInner extends Object
The FileServiceItems model.
-
-
Constructor Summary
Constructors Constructor Description FileServiceItemsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<FileServicePropertiesInner>value()Get the value property: List of file services returned.
-
-
-
Method Detail
-
value
public List<FileServicePropertiesInner> value()
Get the value property: List of file services returned.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-