ArmElasticSanModelFactory.ElasticSanVolumeData 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 ElasticSanVolumeData.
public static Azure.ResourceManager.ElasticSan.ElasticSanVolumeData ElasticSanVolumeData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? volumeId = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanVolumeDataSourceInfo creationData = default, long sizeGiB = 0, Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo storageTarget = default, Azure.Core.ResourceIdentifier managedByResourceId = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState? provisioningState = default);
static member ElasticSanVolumeData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * Azure.ResourceManager.ElasticSan.Models.ElasticSanVolumeDataSourceInfo * int64 * Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState> -> Azure.ResourceManager.ElasticSan.ElasticSanVolumeData
Public Shared Function ElasticSanVolumeData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional volumeId As Nullable(Of Guid) = Nothing, Optional creationData As ElasticSanVolumeDataSourceInfo = Nothing, Optional sizeGiB As Long = 0, Optional storageTarget As IscsiTargetInfo = Nothing, Optional managedByResourceId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of ElasticSanProvisioningState) = Nothing) As ElasticSanVolumeData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- creationData
- ElasticSanVolumeDataSourceInfo
State of the operation on the resource.
- sizeGiB
- Int64
Volume size.
- storageTarget
- IscsiTargetInfo
Storage target information.
- managedByResourceId
- ResourceIdentifier
Parent resource information.
- provisioningState
- Nullable<ElasticSanProvisioningState>
State of the operation on the resource.
Returns
A new ElasticSanVolumeData instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET