ApplicationCreateResponse type
Contains response data for the create operation.
type ApplicationCreateResponse = ApplicationResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationResourceDescription
}
}