Share via


IIscsiTargetCreate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiTargetCreateTypeConverter))]
public interface IIscsiTargetCreate : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiTargetCreateTypeConverter))>]
type IIscsiTargetCreate = interface
    interface IJsonSerializable
    interface IResource
Public Interface IIscsiTargetCreate
Implements IResource
Derived
Attributes
Implements

Properties

AclMode

Mode for Target connectivity.

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Lun

List of LUNs to be exposed through iSCSI Target.

ManagedBy

Azure resource id. Indicates if this resource is managed by another Azure resource.

ManagedByExtended

List of Azure resource ids that manage this resource.

Name

The name of the resource

(Inherited from IResource)
StaticAcls

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

TargetIqn

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

Type

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to