AppPublishingStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The application publishing status.
public enum AppPublishingStatus
type AppPublishingStatus =
Public Enum AppPublishingStatus
- Inheritance
-
AppPublishingStatus
Fields
Name | Value | Description |
---|---|---|
Publishing | 0 | The application is being published. |
Published | 1 | The application is published and ready to use. |
Unpublishing | 2 | The application is being unpublished. |
Modifying | 3 | The application is being modified. |
Invalid | 4 | The application is in an invalid state. This may be due to an error state in application operation. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET