ServicesBeginCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji beginCreateOrUpdate.
type ServicesBeginCreateOrUpdateResponse = DataMigrationService & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationService
}
}