Partager via


EncryptionScopeListResult Class

Definition

The response of a EncryptionScope list operation.

[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

Name Description
EncryptionScopeListResult()

Creates an new EncryptionScopeListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The EncryptionScope items on this page

Methods

Name Description
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