EncryptionScopeListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |