GetIscsiTargetResult

data class GetIscsiTargetResult(val id: String, val name: String, val provisioningState: String, val status: String, val targetIqn: String, val tpgs: List<TargetPortalGroupResponse>, val type: String)

Response for iSCSI target requests.

Constructors

Link copied to clipboard
constructor(id: String, name: String, provisioningState: String, status: String, targetIqn: String, tpgs: List<TargetPortalGroupResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

Operational status of the iSCSI target.

Link copied to clipboard

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

Link copied to clipboard

List of iSCSI target portal groups. Can have 1 portal group at most.

Link copied to clipboard

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