Share via


IscsiTarget Class

Definition

Response for iSCSI Target requests.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiTargetTypeConverter))]
public class IscsiTarget : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTarget, Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiTargetTypeConverter))>]
type IscsiTarget = class
    interface IIscsiTarget
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class IscsiTarget
Implements IIscsiTarget, IValidates
Inheritance
IscsiTarget
Attributes
Implements

Constructors

IscsiTarget()

Creates an new IscsiTarget instance.

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}

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

Port

The port used by iSCSI Target portal group.

ProvisioningState

State of the operation on the resource.

ResourceGroupName

Gets the resource group name

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IscsiTarget.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IscsiTarget.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IscsiTarget into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to