Partager via


ArmElasticSanModelFactory.ElasticSanVolumeGroupData Method

Definition

Overloads

ElasticSanVolumeGroupData(ResourceIdentifier, String, ResourceType, SystemData, ManagedServiceIdentity, Nullable<ElasticSanProvisioningState>, Nullable<ElasticSanStorageTargetType>, Nullable<ElasticSanEncryptionType>, ElasticSanEncryptionProperties, IEnumerable<ElasticSanVirtualNetworkRule>, IEnumerable<ElasticSanPrivateEndpointConnectionData>)

Initializes a new instance of ElasticSanVolumeGroupData.

ElasticSanVolumeGroupData(ResourceIdentifier, String, ResourceType, SystemData, ManagedServiceIdentity, Nullable<ElasticSanProvisioningState>, Nullable<StorageTargetType>, Nullable<ElasticSanEncryptionType>, EncryptionProperties, IEnumerable<ElasticSanVirtualNetworkRule>, IEnumerable<ElasticSanPrivateEndpointConnectionData>)

Initializes a new instance of ElasticSanVolumeGroupData.

ElasticSanVolumeGroupData(ResourceIdentifier, String, ResourceType, SystemData, ManagedServiceIdentity, Nullable<ElasticSanProvisioningState>, Nullable<ElasticSanStorageTargetType>, Nullable<ElasticSanEncryptionType>, ElasticSanEncryptionProperties, IEnumerable<ElasticSanVirtualNetworkRule>, IEnumerable<ElasticSanPrivateEndpointConnectionData>)

Source:
ArmElasticSanModelFactory.cs

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);
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> -> 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) As ElasticSanVolumeGroupData

Parameters

id
ResourceIdentifier

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.

Returns

A new ElasticSanVolumeGroupData instance for mocking.

Applies to

ElasticSanVolumeGroupData(ResourceIdentifier, String, ResourceType, SystemData, ManagedServiceIdentity, Nullable<ElasticSanProvisioningState>, Nullable<StorageTargetType>, Nullable<ElasticSanEncryptionType>, EncryptionProperties, IEnumerable<ElasticSanVirtualNetworkRule>, IEnumerable<ElasticSanPrivateEndpointConnectionData>)

Source:
ArmElasticSanModelFactory.cs

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.StorageTargetType? protocolType = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionType? encryption = default, Azure.ResourceManager.ElasticSan.Models.EncryptionProperties encryptionProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ElasticSan.Models.ElasticSanVirtualNetworkRule> virtualNetworkRules = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ElasticSan.ElasticSanPrivateEndpointConnectionData> privateEndpointConnections = 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.StorageTargetType> * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionType> * Azure.ResourceManager.ElasticSan.Models.EncryptionProperties * seq<Azure.ResourceManager.ElasticSan.Models.ElasticSanVirtualNetworkRule> * seq<Azure.ResourceManager.ElasticSan.ElasticSanPrivateEndpointConnectionData> -> 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 StorageTargetType) = Nothing, Optional encryption As Nullable(Of ElasticSanEncryptionType) = Nothing, Optional encryptionProperties As EncryptionProperties = Nothing, Optional virtualNetworkRules As IEnumerable(Of ElasticSanVirtualNetworkRule) = Nothing, Optional privateEndpointConnections As IEnumerable(Of ElasticSanPrivateEndpointConnectionData) = Nothing) As ElasticSanVolumeGroupData

Parameters

id
ResourceIdentifier

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<StorageTargetType>

Type of storage target.

encryption
Nullable<ElasticSanEncryptionType>

Type of encryption.

encryptionProperties
EncryptionProperties

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.

Returns

A new ElasticSanVolumeGroupData instance for mocking.

Applies to