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.
Specifies which user accounts on a compute node should have access to the private data of a certificate.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CertificateVisibility
[<System.Flags>]
type CertificateVisibility =
Public Enum CertificateVisibility
- Inheritance
-
CertificateVisibility
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The certificate has no visibility. |
StartTask | 1 | The user account under which the start task is run. |
Task | 2 | The accounts under which job tasks are run. |
RemoteUser | 4 | The accounts under which users remotely access the node (using Remote Desktop). |
Applies to
Azure SDK for .NET