CertificateVisibility 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.
Defines values for CertificateVisibility.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CertificateVisibility
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CertificateVisibility =
Public Enum CertificateVisibility
- Inheritance
-
CertificateVisibility
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
StartTask | 0 | The Certificate should be visible to the user account under which the StartTask 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 Compute Node. |
Applies to
Azure SDK for .NET