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

DevOpsOSProfile Class

Definition

The OS profile of the machines in the pool.

public class DevOpsOSProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOSProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOSProfile>
type DevOpsOSProfile = class
    interface IJsonModel<DevOpsOSProfile>
    interface IPersistableModel<DevOpsOSProfile>
Public Class DevOpsOSProfile
Implements IJsonModel(Of DevOpsOSProfile), IPersistableModel(Of DevOpsOSProfile)
Inheritance
DevOpsOSProfile
Implements

Constructors

DevOpsOSProfile()

Initializes a new instance of DevOpsOSProfile.

Properties

LogonType

Determines how the service should be run. By default, this will be set to Service.

SecretsManagementSettings

The secret management settings of the machines in the pool.

Explicit Interface Implementations

IJsonModel<DevOpsOSProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsOSProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsOSProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsOSProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsOSProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to