ArmDevOpsInfrastructureModelFactory.DevOpsVmssFabricProfile 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.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmssFabricProfile DevOpsVmssFabricProfile(string skuName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolVmImage> images = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOSProfile osProfile = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStorageProfile storageProfile = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsNetworkProfile networkProfile = default);
static member DevOpsVmssFabricProfile : string * seq<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolVmImage> * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOSProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStorageProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsNetworkProfile -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmssFabricProfile
Public Shared Function DevOpsVmssFabricProfile (Optional skuName As String = Nothing, Optional images As IEnumerable(Of DevOpsPoolVmImage) = Nothing, Optional osProfile As DevOpsOSProfile = Nothing, Optional storageProfile As DevOpsStorageProfile = Nothing, Optional networkProfile As DevOpsNetworkProfile = Nothing) As DevOpsVmssFabricProfile
Parameters
- skuName
- String
The Azure SKU name of the machines in the pool.
- images
- IEnumerable<DevOpsPoolVmImage>
The VM images of the machines in the pool.
- osProfile
- DevOpsOSProfile
The OS profile of the machines in the pool.
- storageProfile
- DevOpsStorageProfile
The storage profile of the machines in the pool.
- networkProfile
- DevOpsNetworkProfile
The network profile of the machines in the pool.
Returns
A new DevOpsVmssFabricProfile instance for mocking.