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. NOTE: This property will not be serialized. It can only be populated by the server. |
protocol |
Type of storage target |
provisioning |
State of the operation on the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
protocolType
Type of storage target
protocolType?: string
Property Value
string
provisioningState
State of the operation on the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string