Uses of Class
com.microsoft.azure.management.batch.CertificateVisibility
-
-
Uses of CertificateVisibility in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CertificateVisibility Modifier and Type Method Description static CertificateVisibilityCertificateVisibility. fromString(String value)Parses a serialized value to a CertificateVisibility instance.static CertificateVisibilityCertificateVisibility. valueOf(String name)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.Methods in com.microsoft.azure.management.batch that return types with arguments of type CertificateVisibility Modifier and Type Method Description List<CertificateVisibility>CertificateReference. visibility()Get the visibility value.Method parameters in com.microsoft.azure.management.batch with type arguments of type CertificateVisibility Modifier and Type Method Description CertificateReferenceCertificateReference. withVisibility(List<CertificateVisibility> visibility)Set the visibility value.
-