BatchCertificateVisibility Enum
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 BatchCertificateVisibility.
public enum BatchCertificateVisibility
type BatchCertificateVisibility =
Public Enum BatchCertificateVisibility
- Inheritance
-
BatchCertificateVisibility
Fields
Name | Value | Description |
---|---|---|
StartTask | 0 | The certificate should be visible to the user account under which the start task is run. Note that if AutoUser Scope is Pool for both the StartTask and a Task, this certificate will be visible to the Task as well. |
Task | 1 | The certificate should be visible to the user accounts under which job tasks are run. |
RemoteUser | 2 | The certificate should be visible to the user accounts under which users remotely access the node. |
Applies to
Azure SDK for .NET