InvokeInfrastructureCommandResponse type
invokeInfrastructureCommand işlemi için yanıt verilerini içerir.
type InvokeInfrastructureCommandResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}