View source: R/panorama_operations.R
panorama_create_application_instance | R Documentation |
Creates an application instance and deploys it to a device.
See https://www.paws-r-sdk.com/docs/panorama_create_application_instance/ for full documentation.
panorama_create_application_instance(
ApplicationInstanceIdToReplace = NULL,
DefaultRuntimeContextDevice,
Description = NULL,
ManifestOverridesPayload = NULL,
ManifestPayload,
Name = NULL,
RuntimeRoleArn = NULL,
Tags = NULL
)
ApplicationInstanceIdToReplace |
The ID of an application instance to replace with the new instance. |
DefaultRuntimeContextDevice |
[required] A device's ID. |
Description |
A description for the application instance. |
ManifestOverridesPayload |
Setting overrides for the application manifest. |
ManifestPayload |
[required] The application's manifest document. |
Name |
A name for the application instance. |
RuntimeRoleArn |
The ARN of a runtime role for the application instance. |
Tags |
Tags for the application instance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.