GetVolumeGroupResult

data class GetVolumeGroupResult(val encryption: String? = null, val id: String, val name: String, val networkAcls: NetworkRuleSetResponse? = null, val protocolType: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Response for Volume Group request.

Constructors

Link copied to clipboard
constructor(encryption: String? = null, id: String, name: String, networkAcls: NetworkRuleSetResponse? = null, protocolType: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encryption: String? = null

Type of encryption

Link copied to clipboard
val id: String

Azure resource identifier.

Link copied to clipboard

Azure resource name.

Link copied to clipboard

A collection of rules governing the accessibility from specific network locations.

Link copied to clipboard
val protocolType: String? = null

Type of storage target

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

Resource metadata required by ARM RPC

Link copied to clipboard
val tags: Map<String, String>? = null

Azure resource tags.

Link copied to clipboard

Azure resource type.