BatchCertificateVisibility Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. BatchCertificateVisibility
- com.
- com.
public final class BatchCertificateVisibility
extends ExpandableStringEnum<BatchCertificateVisibility>
BatchCertificateVisibility enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Batch |
REMOTE_USER
The Certificate should be visible to the user accounts under which users remotely access the Compute Node. |
|
static final
Batch |
START_TASK
The Certificate should be visible to the user account under which the Start |
|
static final
Batch |
TASK
The Certificate should be visible to the user accounts under which Job Tasks are run. |
Constructor Summary
| Constructor | Description |
|---|---|
| BatchCertificateVisibility() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromString(String name)
Creates or finds a Batch |
|
static
Collection<Batch |
values()
Gets known Batch |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
REMOTE_USER
public static final BatchCertificateVisibility REMOTE_USER
The Certificate should be visible to the user accounts under which users remotely access the Compute Node.
START_TASK
public static final BatchCertificateVisibility START_TASK
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
public static final BatchCertificateVisibility TASK
The Certificate should be visible to the user accounts under which Job Tasks are run.
Constructor Details
BatchCertificateVisibility
@Deprecated
public BatchCertificateVisibility()
Deprecated
Creates a new instance of BatchCertificateVisibility value.
Method Details
fromString
public static BatchCertificateVisibility fromString(String name)
Creates or finds a BatchCertificateVisibility from its string representation.
Parameters:
Returns:
values
public static Collection<BatchCertificateVisibility> values()
Gets known BatchCertificateVisibility values.
Returns: