Uses of Enum
com.azure.resourcemanager.batch.models.CertificateProvisioningState
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of CertificateProvisioningState in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionCertificateInner.previousProvisioningState()
Get the previousProvisioningState property: The previous provisioned state of the resource.CertificateProperties.previousProvisioningState()
Get the previousProvisioningState property: The previous provisioned state of the resource.CertificateInner.provisioningState()
Get the provisioningState property: The provisioningState property.CertificateProperties.provisioningState()
Get the provisioningState property: The provisioningState property. -
Uses of CertificateProvisioningState in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic CertificateProvisioningState
CertificateProvisioningState.fromString
(String value) Parses a serialized value to a CertificateProvisioningState instance.Certificate.previousProvisioningState()
Gets the previousProvisioningState property: The previous provisioned state of the resource.Certificate.provisioningState()
Gets the provisioningState property: The provisioningState property.static CertificateProvisioningState
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.