AccessControlRecord Class
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.
The access control record.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AccessControlRecord : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AccessControlRecord = class
inherit BaseModel
Public Class AccessControlRecord
Inherits BaseModel
- Inheritance
- Attributes
Constructors
AccessControlRecord() |
Initializes a new instance of the AccessControlRecord class. |
AccessControlRecord(String, String, String, String, Nullable<Kind>, Nullable<Int32>) |
Initializes a new instance of the AccessControlRecord class. |
Properties
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
InitiatorName |
Gets or sets the iSCSI initiator name (IQN). |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
Name |
Gets the name of the object. (Inherited from BaseModel) |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
VolumeCount |
Gets the number of volumes using the access control record. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET