VolumeGroupProperties interface
VolumeGroup response properties.
Properties
| encryption | Type of encryption |
| encryption |
Encryption Properties describing Key Vault and Identity information |
| enforce |
A boolean indicating whether or not Data Integrity Check is enabled |
| network |
A collection of rules governing the accessibility from specific network locations. |
| private |
The list of Private Endpoint Connections. |
| protocol |
Type of storage target |
| provisioning |
State of the operation on the resource. |
Property Details
encryption
Type of encryption
encryption?: string
Property Value
string
encryptionProperties
Encryption Properties describing Key Vault and Identity information
encryptionProperties?: EncryptionProperties
Property Value
enforceDataIntegrityCheckForIscsi
A boolean indicating whether or not Data Integrity Check is enabled
enforceDataIntegrityCheckForIscsi?: boolean
Property Value
boolean
networkAcls
A collection of rules governing the accessibility from specific network locations.
networkAcls?: NetworkRuleSet
Property Value
privateEndpointConnections
The list of Private Endpoint Connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
protocolType
Type of storage target
protocolType?: string
Property Value
string
provisioningState
State of the operation on the resource.
provisioningState?: string
Property Value
string