Package version:

Interface EncryptionScopeListResult

List of encryption scopes requested, and if paging is required, a URL to the next page of encryption scopes.

interface EncryptionScopeListResult {
    nextLink?: string;
    value?: EncryptionScope[];
}

Properties

Properties

nextLink?: string

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. NOTE: This property will not be serialized. It can only be populated by the server.

value?: EncryptionScope[]

List of encryption scopes requested. NOTE: This property will not be serialized. It can only be populated by the server.