Share via


IscsiTargetCreate Class

Definition

Payload for iSCSI Target create or update requests.

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

Constructors

IscsiTargetCreate()

Creates an new IscsiTargetCreate instance.

Properties

AclMode

Mode for Target connectivity.

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

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IscsiTargetCreate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IscsiTargetCreate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IscsiTargetCreate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to