Share via


IIscsiTarget Interface

Definition

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

Properties

AclMode

Mode for Target connectivity.

Endpoint

List of private IPv4 addresses to connect to the iSCSI Target.

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)
Port

The port used by iSCSI Target portal group.

ProvisioningState

State of the operation on the resource.

Session

List of identifiers for active sessions on the iSCSI target

StaticAcls

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

Status

Operational status of the iSCSI Target.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The type of identity that last modified the resource.

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

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