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