Class EncryptionScopeListResult
java.lang.Object
com.azure.resourcemanager.storage.models.EncryptionScopeListResult
List of encryption scopes requested, and if paging is required, a URL to the next page of encryption scopes.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EncryptionScopeListResult class. -
Method Summary
-
Constructor Details
-
EncryptionScopeListResult
public EncryptionScopeListResult()Creates an instance of EncryptionScopeListResult class.
-
-
Method Details
-
value
Get the value property: List of encryption scopes requested.- Returns:
- the value value.
-
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.
-