Uses of Class
com.azure.compute.batch.models.BatchCertificateVisibility
Packages that use BatchCertificateVisibility
-
Uses of BatchCertificateVisibility in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchCertificateVisibilityModifier and TypeFieldDescriptionstatic final BatchCertificateVisibility
BatchCertificateVisibility.REMOTE_USER
The Certificate should be visible to the user accounts under which users remotely access the Compute Node.static final BatchCertificateVisibility
BatchCertificateVisibility.START_TASK
The Certificate should be visible to the user account under which the StartTask is run.static final BatchCertificateVisibility
BatchCertificateVisibility.TASK
The Certificate should be visible to the user accounts under which Job Tasks are run.Methods in com.azure.compute.batch.models that return BatchCertificateVisibilityModifier and TypeMethodDescriptionstatic BatchCertificateVisibility
BatchCertificateVisibility.fromString
(String name) Creates or finds a BatchCertificateVisibility from its string representation.Methods in com.azure.compute.batch.models that return types with arguments of type BatchCertificateVisibilityModifier and TypeMethodDescriptionBatchCertificateReference.getVisibility()
Get the visibility property: Which user Accounts on the Compute Node should have access to the private data of the Certificate.static Collection
<BatchCertificateVisibility> BatchCertificateVisibility.values()
Gets known BatchCertificateVisibility values.Method parameters in com.azure.compute.batch.models with type arguments of type BatchCertificateVisibilityModifier and TypeMethodDescriptionBatchCertificateReference.setVisibility
(List<BatchCertificateVisibility> visibility) Set the visibility property: Which user Accounts on the Compute Node should have access to the private data of the Certificate.