AccessControlRecord 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
AccessControlRecord() |
Initializes a new instance of the AccessControlRecord class. |
AccessControlRecord(String, String) |
Initializes a new instance of the AccessControlRecord class with required arguments. |
AccessControlRecord()
Initializes a new instance of the AccessControlRecord class.
public AccessControlRecord ();
Public Sub New ()
Applies to
AccessControlRecord(String, String)
Initializes a new instance of the AccessControlRecord class with required arguments.
public AccessControlRecord (string name, string initiatorName);
new Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord : string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord
Public Sub New (name As String, initiatorName As String)
Parameters
- name
- String
- initiatorName
- String