Uses of Enum
com.azure.resourcemanager.batch.models.CertificateProvisioningState
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return CertificateProvisioningStateModifier 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
Methods in com.azure.resourcemanager.batch.models that return CertificateProvisioningStateModifier and TypeMethodDescriptionstatic CertificateProvisioningStateCertificateProvisioningState.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 CertificateProvisioningStateReturns 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.