Package version:

Interface Volume

Response for Volume request.

Hierarchy

Properties

creationData?: SourceCreationData

State of the operation on the resource.

id?: string

Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server.

sizeGiB?: number

Volume size.

storageTarget?: IscsiTargetInfo

Storage target information NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Resource metadata required by ARM RPC NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Azure resource tags.

Type declaration

  • [propertyName: string]: string
type?: string

Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server.

volumeId?: string

Unique Id of the volume in GUID format NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc