EncryptionScopeListResult Constructors
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.
Overloads
EncryptionScopeListResult() |
Initializes a new instance of the EncryptionScopeListResult class. |
EncryptionScopeListResult(IList<EncryptionScope>, String) |
Initializes a new instance of the EncryptionScopeListResult class. |
EncryptionScopeListResult()
Initializes a new instance of the EncryptionScopeListResult class.
public EncryptionScopeListResult ();
Public Sub New ()
Applies to
EncryptionScopeListResult(IList<EncryptionScope>, String)
Initializes a new instance of the EncryptionScopeListResult class.
public EncryptionScopeListResult (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionScope> value = default, string nextLink = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionScopeListResult : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionScope> * string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionScopeListResult
Public Sub New (Optional value As IList(Of EncryptionScope) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<EncryptionScope>
List of encryption scopes requested.
- 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.