Share via


IscsiTargetUpdate Class

Definition

Payload for iSCSI Target update requests.

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

Constructors

IscsiTargetUpdate()

Creates an new IscsiTargetUpdate instance.

Properties

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

Type

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IscsiTargetUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IscsiTargetUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IscsiTargetUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to