VolumeGroup 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.
Response for Volume Group request.
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeGroupTypeConverter))]
public class VolumeGroup : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeGroup, Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeGroupTypeConverter))>]
type VolumeGroup = class
interface IVolumeGroup
interface IJsonSerializable
interface IProxyResource
interface IResource
interface IValidates
Public Class VolumeGroup
Implements IValidates, IVolumeGroup
- Inheritance
-
VolumeGroup
- Attributes
- Implements
Constructors
VolumeGroup() |
Creates an new VolumeGroup 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 |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
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. |
Name |
The name of the resource |
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. |
ResourceGroupName |
Gets the resource group name |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VolumeGroup. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VolumeGroup. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeGroup. |
FromJsonString(String) |
Creates a new instance of VolumeGroup, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VolumeGroup into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |