ArmElasticSanModelFactory.ElasticSanVolumeGroupData Method
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.
Initializes a new instance of ElasticSanVolumeGroupData.
public static Azure.ResourceManager.ElasticSan.ElasticSanVolumeGroupData ElasticSanVolumeGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState? provisioningState = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanStorageTargetType? protocolType = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionType? encryption = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionProperties encryptionProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ElasticSan.Models.ElasticSanVirtualNetworkRule> virtualNetworkRules = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ElasticSan.ElasticSanPrivateEndpointConnectionData> privateEndpointConnections = default, bool? enforceDataIntegrityCheckForIscsi = default);
static member ElasticSanVolumeGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState> * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanStorageTargetType> * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionType> * Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionProperties * seq<Azure.ResourceManager.ElasticSan.Models.ElasticSanVirtualNetworkRule> * seq<Azure.ResourceManager.ElasticSan.ElasticSanPrivateEndpointConnectionData> * Nullable<bool> -> Azure.ResourceManager.ElasticSan.ElasticSanVolumeGroupData
Public Shared Function ElasticSanVolumeGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of ElasticSanProvisioningState) = Nothing, Optional protocolType As Nullable(Of ElasticSanStorageTargetType) = Nothing, Optional encryption As Nullable(Of ElasticSanEncryptionType) = Nothing, Optional encryptionProperties As ElasticSanEncryptionProperties = Nothing, Optional virtualNetworkRules As IEnumerable(Of ElasticSanVirtualNetworkRule) = Nothing, Optional privateEndpointConnections As IEnumerable(Of ElasticSanPrivateEndpointConnectionData) = Nothing, Optional enforceDataIntegrityCheckForIscsi As Nullable(Of Boolean) = Nothing) As ElasticSanVolumeGroupData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- identity
- ManagedServiceIdentity
The identity of the resource. Current supported identity types: None, SystemAssigned, UserAssigned.
- provisioningState
- Nullable<ElasticSanProvisioningState>
State of the operation on the resource.
- protocolType
- Nullable<ElasticSanStorageTargetType>
Type of storage target.
- encryption
- Nullable<ElasticSanEncryptionType>
Type of encryption.
- encryptionProperties
- ElasticSanEncryptionProperties
Encryption Properties describing Key Vault and Identity information.
- virtualNetworkRules
- IEnumerable<ElasticSanVirtualNetworkRule>
A collection of rules governing the accessibility from specific network locations.
- privateEndpointConnections
- IEnumerable<ElasticSanPrivateEndpointConnectionData>
The list of Private Endpoint Connections.
A boolean indicating whether or not Data Integrity Check is enabled.
Returns
A new ElasticSanVolumeGroupData instance for mocking.
Applies to
Azure SDK for .NET