CertificateVisibility Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.CertificateVisibility

public enum CertificateVisibility
extends Enum<CertificateVisibility>

Defines values for CertificateVisibility.

Fields

REMOTE_USER

The Certificate should be visible to the user accounts under which users remotely access the Compute Node.

START_TASK

The Certificate should be visible to the user account under which the StartTask is run.

TASK

The Certificate should be visible to the user accounts under which Job Tasks are run.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static CertificateVisibility fromString(String value)

Parses a serialized value to a CertificateVisibility instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed CertificateVisibility object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static CertificateVisibility valueOf(String name)

Parameters

name
String

Returns

values()

public static CertificateVisibility[] values()

Returns

Applies to