你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |