SiteProvisioningState type
Defines values for SiteProvisioningState.
KnownSiteProvisioningState can be used interchangeably with SiteProvisioningState,
this enum contains the known values that the service supports.
Known values supported by the service
NotApplicable: The resource should not be provisioned on this site.
Adding: The resource is being added to this site.
Updating: The resource is being updated on this site.
Deleting: The resource is being deleted from this site.
Provisioned: The resource is provisioned on this site.
Failed: The resource failed to be provisioned on this site.
type SiteProvisioningState = string