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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET