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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET