ManagerExtendedInfoInner 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
ManagerExtendedInfoInner() | |
ManagerExtendedInfoInner(String, String, String, String, String, Nullable<Kind>, String, String, String, String, String) |
ManagerExtendedInfoInner()
public ManagerExtendedInfoInner ();
Public Sub New ()
Applies to
ManagerExtendedInfoInner(String, String, String, String, String, Nullable<Kind>, String, String, String, String, String)
public ManagerExtendedInfoInner (string integrityKey, string algorithm, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, string version = default, string encryptionKey = default, string encryptionKeyThumbprint = default, string portalCertificateThumbprint = default, string etag = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.ManagerExtendedInfoInner : string * string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * string * string * string * string * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.ManagerExtendedInfoInner
Public Sub New (integrityKey As String, algorithm As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional version As String = Nothing, Optional encryptionKey As String = Nothing, Optional encryptionKeyThumbprint As String = Nothing, Optional portalCertificateThumbprint As String = Nothing, Optional etag As String = Nothing)
Parameters
- integrityKey
- String
- algorithm
- String
- id
- String
- name
- String
- type
- String
- version
- String
- encryptionKey
- String
- encryptionKeyThumbprint
- String
- portalCertificateThumbprint
- String
- etag
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET