Uses of Enum
com.azure.resourcemanager.batch.models.CertificateVisibility
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CertificateVisibility in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic CertificateVisibility
CertificateVisibility.fromString
(String value) Parses a serialized value to a CertificateVisibility instance.static CertificateVisibility
Returns the enum constant of this type with the specified name.static CertificateVisibility[]
CertificateVisibility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCertificateReference.visibility()
Get the visibility property: Which user accounts on the compute node should have access to the private data of the certificate.Modifier and TypeMethodDescriptionCertificateReference.withVisibility
(List<CertificateVisibility> visibility) Set the visibility property: Which user accounts on the compute node should have access to the private data of the certificate.