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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET