Uses of Enum
com.azure.resourcemanager.batch.models.CertificateVisibility
Packages that use CertificateVisibility
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CertificateVisibility in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CertificateVisibilityModifier and TypeMethodDescriptionstatic CertificateVisibilityCertificateVisibility.fromString(String value) Parses a serialized value to a CertificateVisibility instance.static CertificateVisibilityReturns 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type CertificateVisibilityModifier and TypeMethodDescriptionCertificateReference.visibility()Get the visibility property: Which user accounts on the compute node should have access to the private data of the certificate.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type CertificateVisibilityModifier 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.