VolumeGroupProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VolumeGroup response properties.
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeGroupPropertiesTypeConverter))]
public class VolumeGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeGroupProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeGroupPropertiesTypeConverter))>]
type VolumeGroupProperties = class
interface IVolumeGroupProperties
interface IJsonSerializable
Public Class VolumeGroupProperties
Implements IVolumeGroupProperties
- Inheritance
-
VolumeGroupProperties
- Attributes
- Implements
Constructors
VolumeGroupProperties() |
Creates an new VolumeGroupProperties instance. |
Properties
Encryption |
Type of encryption |
EncryptionIdentityEncryptionUserAssignedIdentity |
Resource identifier of the UserAssigned identity to be associated with server-side encryption on the volume group. |
EnforceDataIntegrityCheckForIscsi |
A boolean indicating whether or not Data Integrity Check is enabled |
KeyVaultPropertyCurrentVersionedKeyExpirationTimestamp |
This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. |
KeyVaultPropertyCurrentVersionedKeyIdentifier |
The object identifier of the current versioned Key Vault Key in use. |
KeyVaultPropertyKeyName |
The name of KeyVault key. |
KeyVaultPropertyKeyVaultUri |
The Uri of KeyVault. |
KeyVaultPropertyKeyVersion |
The version of KeyVault key. |
KeyVaultPropertyLastKeyRotationTimestamp |
Timestamp of last rotation of the Key Vault Key. |
NetworkAclsVirtualNetworkRule |
The list of virtual network rules. |
PrivateEndpointConnection |
The list of Private Endpoint Connections. |
ProtocolType |
Type of storage target |
ProvisioningState |
State of the operation on the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VolumeGroupProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VolumeGroupProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeGroupProperties. |
FromJsonString(String) |
Creates a new instance of VolumeGroupProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VolumeGroupProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |