ArmDevOpsInfrastructureModelFactory.DevOpsStorageProfile 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.
The storage profile of the VMSS.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStorageProfile DevOpsStorageProfile(Azure.ResourceManager.DevOpsInfrastructure.Models.OSDiskStorageAccountType? osDiskStorageAccountType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDataDisk> dataDisks = default);
static member DevOpsStorageProfile : Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.OSDiskStorageAccountType> * seq<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDataDisk> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStorageProfile
Public Shared Function DevOpsStorageProfile (Optional osDiskStorageAccountType As Nullable(Of OSDiskStorageAccountType) = Nothing, Optional dataDisks As IEnumerable(Of DevOpsDataDisk) = Nothing) As DevOpsStorageProfile
Parameters
- osDiskStorageAccountType
- Nullable<OSDiskStorageAccountType>
The Azure SKU name of the machines in the pool.
- dataDisks
- IEnumerable<DevOpsDataDisk>
A list of empty data disks to attach.
Returns
A new DevOpsStorageProfile instance for mocking.