Partager via


VolumeGroupUpdate Class

Definition

Volume Group request.

[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeGroupUpdateTypeConverter))]
public class VolumeGroupUpdate : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeGroupUpdate
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeGroupUpdateTypeConverter))>]
type VolumeGroupUpdate = class
    interface IVolumeGroupUpdate
    interface IJsonSerializable
Public Class VolumeGroupUpdate
Implements IVolumeGroupUpdate
Inheritance
VolumeGroupUpdate
Attributes
Implements

Constructors

VolumeGroupUpdate()

Creates an new VolumeGroupUpdate instance.

Properties

Encryption

Type of encryption

EncryptionIdentityEncryptionUserAssignedIdentity

Resource identifier of the UserAssigned identity to be associated with server-side encryption on the volume group.

IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The identity type.

IdentityUserAssignedIdentity

Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this volume group. The key is the ARM resource identifier of the identity.

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.

ProtocolType

Type of storage target

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VolumeGroupUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VolumeGroupUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeGroupUpdate.

FromJsonString(String)

Creates a new instance of VolumeGroupUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VolumeGroupUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to