Partager via


EncryptionScopeListResult Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeListResultTypeConverter))]
public class EncryptionScopeListResult : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEncryptionScopeListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeListResultTypeConverter))>]
type EncryptionScopeListResult = class
    interface IEncryptionScopeListResult
    interface IJsonSerializable
Public Class EncryptionScopeListResult
Implements IEncryptionScopeListResult
Inheritance
EncryptionScopeListResult
Attributes
Implements

Constructors

EncryptionScopeListResult()

Creates an new EncryptionScopeListResult instance.

Properties

NextLink

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.

Value

List of encryption scopes requested.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptionScopeListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionScopeListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEncryptionScopeListResult.

FromJsonString(String)

Creates a new instance of EncryptionScopeListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionScopeListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to