Class EncryptionScopeListResult
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.EncryptionScopeListResult
-
public final class EncryptionScopeListResult extends Object
List of encryption scopes requested, and if paging is required, a URL to the next page of encryption scopes.
-
-
Constructor Summary
Constructors Constructor Description EncryptionScopeListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Request URL that can be used to query next page of encryption scopes.voidvalidate()Validates the instance.List<EncryptionScopeInner>value()Get the value property: List of encryption scopes requested.
-
-
-
Method Detail
-
value
public List<EncryptionScopeInner> value()
Get the value property: List of encryption scopes requested.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: Request URL that can be used to query next page of encryption scopes. Returned when total number of requested encryption scopes exceeds the maximum page size.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-