GetVolumeGroupResult

data class GetVolumeGroupResult(val azureApiVersion: String, val encryption: String? = null, val encryptionProperties: EncryptionPropertiesResponse? = null, val enforceDataIntegrityCheckForIscsi: Boolean? = null, val id: String, val identity: IdentityResponse? = null, val name: String, val networkAcls: NetworkRuleSetResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val protocolType: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

Response for Volume Group request.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, encryption: String? = null, encryptionProperties: EncryptionPropertiesResponse? = null, enforceDataIntegrityCheckForIscsi: Boolean? = null, id: String, identity: IdentityResponse? = null, name: String, networkAcls: NetworkRuleSetResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, protocolType: String? = null, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val encryption: String? = null

Type of encryption

Link copied to clipboard

Encryption Properties describing Key Vault and Identity information

Link copied to clipboard

A boolean indicating whether or not Data Integrity Check is enabled

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 identity of the resource.

Link copied to clipboard

The name of the resource

Link copied to clipboard

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

Link copied to clipboard

The list of Private Endpoint Connections.

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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"