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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET