action windows_application_get { label: "Gets information about the specified application." description: "This operation returns only applications and versions that are available for use on compute nodes; that is, that can be used in an application package reference. For administrator information about applications and versions that are not yet available to compute nodes, use the Azure portal or the Azure Resource Manager API." provider: windows method: GET path: "/applications/{applicationId}" encoding: json input: { type: "object" properties: { "api-version": { type: "string" } applicationId: { type: "string" } "client-request-id": { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "applicationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }