Uses of Class
com.azure.compute.batch.models.BatchCertificateState
Packages that use BatchCertificateState
-
Uses of BatchCertificateState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchCertificateStateModifier and TypeFieldDescriptionstatic final BatchCertificateStateBatchCertificateState.ACTIVEThe Certificate is available for use in Pools.static final BatchCertificateStateBatchCertificateState.DELETE_FAILEDThe user requested that the Certificate be deleted, but there are Pools that still have references to the Certificate, or it is still installed on one or more Nodes.static final BatchCertificateStateBatchCertificateState.DELETINGThe user has requested that the Certificate be deleted, but the delete operation has not yet completed.Methods in com.azure.compute.batch.models that return BatchCertificateStateModifier and TypeMethodDescriptionstatic BatchCertificateStateBatchCertificateState.fromString(String name) Creates or finds a BatchCertificateState from its string representation.BatchCertificate.getPreviousState()Get the previousState property: The previous state of the Certificate.GetCertificateResponse.getPreviousState()Get the previousState property: The previous state of the Certificate.BatchCertificate.getState()Get the state property: The state of the Certificate.GetCertificateResponse.getState()Get the state property: The state of the Certificate.Methods in com.azure.compute.batch.models that return types with arguments of type BatchCertificateStateModifier and TypeMethodDescriptionstatic Collection<BatchCertificateState> BatchCertificateState.values()Gets known BatchCertificateState values.