Skip to content

Start Application Refresh

ssmsap_start_application_refresh R Documentation

Refreshes a registered application

Description

Refreshes a registered application.

Usage

ssmsap_start_application_refresh(ApplicationId)

Arguments

ApplicationId

[required] The ID of the application.

Value

A list with the following syntax:

list(
  OperationId = "string"
)

Request syntax

svc$start_application_refresh(
  ApplicationId = "string"
)