ArmDevOpsInfrastructureModelFactory.DevOpsVmssFabricProfile Method

Definition

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.

Applies to