AccessControlRecordInner 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
AccessControlRecordInner() | |
AccessControlRecordInner(String, String, String, String, Nullable<Kind>, Nullable<Int32>) |
AccessControlRecordInner()
public AccessControlRecordInner ();
Public Sub New ()
Applies to
AccessControlRecordInner(String, String, String, String, Nullable<Kind>, Nullable<Int32>)
public AccessControlRecordInner (string initiatorName, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, int? volumeCount = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.AccessControlRecordInner : string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<int> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.AccessControlRecordInner
Public Sub New (initiatorName 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 volumeCount As Nullable(Of Integer) = Nothing)
Parameters
- initiatorName
- String
- id
- String
- name
- String
- type
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET