ProvisionApplicationTypeDescriptionBase Class
Represents the type of registration or provision requested, and if the operation needs to be asynchronous or not. Supported types of provision operations are from either image store or external store.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ProvisionApplicationTypeDescription, ExternalStoreProvisionApplicationTypeDescription
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ProvisionApplicationTypeDescriptionBase
Constructor
ProvisionApplicationTypeDescriptionBase(*, async_property: bool, **kwargs)
Parameters
- async_property
- bool
Required. Indicates whether or not provisioning should occur asynchronously. When set to true, the provision operation returns when the request is accepted by the system, and the provision operation continues without any timeout limit. The default value is false. For large application packages, we recommend setting the value to true.
Feedback
Submit and view feedback for