Share via


Acl Class

Definition

Access Control List (ACL) for an iSCSI Target; defines LUN masking policy

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.AclTypeConverter))]
public class Acl : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.AclTypeConverter))>]
type Acl = class
    interface IAcl
    interface IJsonSerializable
Public Class Acl
Implements IAcl
Inheritance
Acl
Attributes
Implements

Constructors

Acl()

Creates an new Acl instance.

Properties

InitiatorIqn

iSCSI initiator IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:client".

MappedLun

List of LUN names mapped to the ACL.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Acl.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Acl.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IAcl.

FromJsonString(String)

Creates a new instance of Acl, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Acl into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to