Lingua

ArmDevOpsInfrastructureModelFactory.DevOpsOSProfile Method

Definition

The OS profile of the machines in the pool.

public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOSProfile DevOpsOSProfile(Azure.ResourceManager.DevOpsInfrastructure.Models.SecretsManagementSettings secretsManagementSettings = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsLogonType? logonType = default);
static member DevOpsOSProfile : Azure.ResourceManager.DevOpsInfrastructure.Models.SecretsManagementSettings * Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsLogonType> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOSProfile
Public Shared Function DevOpsOSProfile (Optional secretsManagementSettings As SecretsManagementSettings = Nothing, Optional logonType As Nullable(Of DevOpsLogonType) = Nothing) As DevOpsOSProfile

Parameters

secretsManagementSettings
SecretsManagementSettings

The secret management settings of the machines in the pool.

logonType
Nullable<DevOpsLogonType>

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

Returns

A new DevOpsOSProfile instance for mocking.

Applies to