DevOpsVmssFabricProfile Class

Definition

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
DevOpsVmssFabricProfile
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

IJsonModel<DevOpsFabricProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DevOpsFabricProfile)
IJsonModel<DevOpsFabricProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DevOpsFabricProfile)
IJsonModel<DevOpsVmssFabricProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DevOpsVmssFabricProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsFabricProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DevOpsFabricProfile)
IPersistableModel<DevOpsFabricProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DevOpsFabricProfile)
IPersistableModel<DevOpsFabricProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DevOpsFabricProfile)
IPersistableModel<DevOpsVmssFabricProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsVmssFabricProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DevOpsVmssFabricProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to