Uses of Class
com.microsoft.azure.management.batch.CertificateProvisioningState
-
-
Uses of CertificateProvisioningState in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CertificateProvisioningState Modifier and Type Method Description static CertificateProvisioningStateCertificateProvisioningState. fromString(String value)Parses a serialized value to a CertificateProvisioningState instance.static CertificateProvisioningStateCertificateProvisioningState. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateProvisioningState[]CertificateProvisioningState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-