CertificateVisibility Enum
- java.
lang. Object - java.
lang. Enum<CertificateVisibility> - com.
microsoft. azure. batch. protocol. models. 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. |
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
the parsed CertificateVisibility object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java