DevOpsVmssFabricProfile Class
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 agents will run on Virtual Machine Scale Sets.
public class DevOpsVmssFabricProfile : Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmssFabricProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmssFabricProfile>
type DevOpsVmssFabricProfile = class
inherit DevOpsFabricProfile
interface IJsonModel<DevOpsVmssFabricProfile>
interface IPersistableModel<DevOpsVmssFabricProfile>
Public Class DevOpsVmssFabricProfile
Inherits DevOpsFabricProfile
Implements IJsonModel(Of DevOpsVmssFabricProfile), IPersistableModel(Of DevOpsVmssFabricProfile)
- Inheritance
- Implements
Constructors
DevOpsVmssFabricProfile(DevOpsAzureSku, IEnumerable<DevOpsPoolVmImage>) |
Initializes a new instance of DevOpsVmssFabricProfile. |
Properties
Images |
The VM images of the machines in the pool. |
NetworkSubnetId |
The subnet id on which to put all machines created in the pool. |
OSProfile |
The OS profile of the machines in the pool. |
SkuName |
The Azure SKU name of the machines in the pool. |
StorageProfile |
The storage profile of the machines in the pool. |
Explicit Interface Implementations
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