ArmDevOpsInfrastructureModelFactory.DevOpsOSProfile Method
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 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.