FileServerProvisioningState Enum

Provisioning state of the File Server. Possible values: creating - The File Server is getting created; updating - The File Server creation has been accepted and it is getting updated; deleting - The user has requested that the File Server be deleted, and it is in the process of being deleted; failed - The File Server creation has failed with the specified error code. Details about the error code are specified in the message field; succeeded - The File Server creation has succeeded.

Inheritance
builtins.str
FileServerProvisioningState
FileServerProvisioningState

Constructor

FileServerProvisioningState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

CREATING
DELETING
FAILED
SUCCEEDED
UPDATING