AppAttachPackageProperties interface
Schema for App Attach Package properties.
Properties
| fail |
Parameter indicating how the health check should behave if this package fails staging |
| host |
List of Hostpool resource Ids. |
| image | Detailed properties for App Attach Package |
| key |
URL path to certificate name located in keyVault |
| provisioning |
The provisioning state of the App Attach Package. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
failHealthCheckOnStagingFailure
Parameter indicating how the health check should behave if this package fails staging
failHealthCheckOnStagingFailure?: string
Property Value
string
hostPoolReferences
List of Hostpool resource Ids.
hostPoolReferences?: string[]
Property Value
string[]
image
Detailed properties for App Attach Package
image?: AppAttachPackageInfoProperties
Property Value
keyVaultURL
URL path to certificate name located in keyVault
keyVaultURL?: string
Property Value
string
provisioningState
The provisioning state of the App Attach Package. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string