CertificateVisibility Enum
- java.
lang. Object - java.
lang. Enum<CertificateVisibility> - com.
microsoft. azure. management. batch. CertificateVisibility
- com.
- java.
public enum CertificateVisibility
Defines values for CertificateVisibility.
Fields
REMOTE_USER |
The certificate should be visible to the user accounts under which users remotely access the node. |
START_TASK |
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 |
The certificate should be visible to the user accounts under which job tasks are run. |
Methods
fromString(String value)
public static CertificateVisibility fromString(String value)
Parses a serialized value to a CertificateVisibility instance.
Parameters
- value
- String
Returns
toString()
public String toString()